This commit is contained in:
Yeuoly 2024-09-24 16:35:01 +08:00
parent 9722e6bcb1
commit 64706c709c
No known key found for this signature in database
GPG Key ID: A66E7E320FB19F61

View File

@ -15,7 +15,7 @@ class ToolCommonService:
:return: the list of tool providers
"""
providers = ToolManager.user_list_providers(user_id, tenant_id, typ)
providers = ToolManager.list_providers_from_api(user_id, tenant_id, typ)
# add icon
for provider in providers: