Merge branch 'main' into feat/rag-2

This commit is contained in:
twwu
2025-08-27 17:28:21 +08:00
47 changed files with 3150 additions and 3614 deletions

View File

@ -95,7 +95,6 @@ class ToolBuiltinProviderInfoApi(Resource):
def get(self, provider):
user = current_user
user_id = user.id
tenant_id = user.current_tenant_id
return jsonable_encoder(BuiltinToolManageService.get_builtin_tool_provider_info(tenant_id, provider))