mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
add agent completion API (#3192)
### What problem does this PR solve? #3105 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -22,5 +22,6 @@ from api.db.services.common_service import CommonService
|
||||
class CanvasTemplateService(CommonService):
|
||||
model = CanvasTemplate
|
||||
|
||||
|
||||
class UserCanvasService(CommonService):
|
||||
model = UserCanvas
|
||||
|
||||
Reference in New Issue
Block a user