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:
Kevin Hu
2024-11-04 17:20:16 +08:00
committed by GitHub
parent 57f23e0808
commit 8305632852
2 changed files with 160 additions and 2 deletions

View File

@ -22,5 +22,6 @@ from api.db.services.common_service import CommonService
class CanvasTemplateService(CommonService):
model = CanvasTemplate
class UserCanvasService(CommonService):
model = UserCanvas