pull/9184/head
Yeuoly 2 years ago
parent 9722e6bcb1
commit 64706c709c
No known key found for this signature in database
GPG Key ID: A66E7E320FB19F61

@ -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:

Loading…
Cancel
Save