add completion app creation back

This commit is contained in:
takatost
2024-03-17 16:29:54 +08:00
parent b99eadecf6
commit 73c2b35dfe
3 changed files with 34 additions and 3 deletions

View File

@ -22,7 +22,7 @@ from core.tools.utils.configuration import ToolParameterConfigurationManager
from core.tools.tool_manager import ToolManager
ALLOW_CREATE_APP_MODES = ['chat', 'agent-chat', 'advanced-chat', 'workflow']
ALLOW_CREATE_APP_MODES = ['chat', 'agent-chat', 'advanced-chat', 'workflow', 'completion']
class AppListApi(Resource):