mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 03:46:52 +08:00
Feat/assistant app (#2086)
Co-authored-by: chenhe <guchenhe@gmail.com> Co-authored-by: Pascal M <11357019+perzeuss@users.noreply.github.com>
This commit is contained in:
9
api/tests/integration_tests/tools/test_all_provider.py
Normal file
9
api/tests/integration_tests/tools/test_all_provider.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from core.tools.tool_manager import ToolManager
|
||||
|
||||
def test_tool_providers():
|
||||
"""
|
||||
Test that all tool providers can be loaded
|
||||
"""
|
||||
providers = ToolManager.list_builtin_providers()
|
||||
for provider in providers:
|
||||
provider.get_tools()
|
||||
Reference in New Issue
Block a user