dify/api/tests/unit_tests/core/tools
Stephen Zhou fde800e337
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	.github/dependabot.yml
#	.github/workflows/deploy-dev.yml
#	api/app_factory.py
#	api/core/indexing_runner.py
#	api/services/feature_service.py
#	api/tests/test_containers_integration_tests/controllers/console/auth/test_password_reset.py
#	api/tests/test_containers_integration_tests/services/test_feature_service.py
#	api/tests/unit_tests/controllers/console/auth/test_account_activation.py
#	api/tests/unit_tests/controllers/service_api/app/test_conversation.py
#	api/tests/unit_tests/controllers/web/test_site.py
#	api/tests/unit_tests/core/rag/indexing/test_indexing_runner.py
#	api/tests/unit_tests/core/tools/test_base_tool.py
#	api/tests/unit_tests/extensions/otel/test_retrieval_tracing.py
#	api/tests/unit_tests/extensions/test_ext_login.py
#	api/tests/unit_tests/services/test_feature_service_deployment_edition.py
#	api/tests/unit_tests/services/test_feature_service_knowledge_fs.py
#	api/tests/unit_tests/services/test_feature_service_licensed_seats.py
2026-08-07 09:55:10 +08:00
..
builtin_tool/providers/knowledge_fs Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
entities Feat: Add "Open Workflow" link in workflow side panel (#28898) 2025-11-29 18:47:12 +08:00
utils test: use SQLite sessions in core tools (#39108) 2026-08-06 03:57:33 +00:00
workflow_as_tool test: use SQLite sessions in core tools (#39094) 2026-07-30 04:23:36 +00:00
__init__.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_base_tool.py Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-07 09:55:10 +08:00
test_builtin_tool_base.py fix: avoid duplicating lines when merging text for summarization (#37093) 2026-06-05 07:02:57 +00:00
test_builtin_tool_provider.py chore(api): Fix several typing errors (#37248) 2026-06-12 14:02:09 +00:00
test_builtin_tools_extra.py test: use SQLite sessions in core tools (#39107) 2026-07-29 05:52:33 +00:00
test_custom_tool_provider.py test: use SQLite sessions in core tools (#39108) 2026-08-06 03:57:33 +00:00
test_custom_tool.py test: use SQLite sessions in core tools (#39108) 2026-08-06 03:57:33 +00:00
test_dataset_retriever_tool.py test: use SQLite sessions in unit misc (#39121) 2026-07-20 10:38:52 +00:00
test_mcp_tool_provider.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_mcp_tool.py test: use SQLite sessions in unit misc (#39121) 2026-07-20 10:38:52 +00:00
test_plugin_tool_provider.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_plugin_tool.py test: use sqlite3 session in test_plugin_tool (#38781) 2026-07-13 03:03:12 +00:00
test_signature.py feat(agent): separate CLI file URL audiences (#39952) 2026-08-04 13:14:02 +00:00
test_tool_engine.py test: use SQLite sessions in core tools (#39107) 2026-07-29 05:52:33 +00:00
test_tool_entities.py feat: support tool multi-select input (#39346) 2026-07-23 00:38:54 +00:00
test_tool_file_manager.py test: use sqlite3 session in test_tool_file_manager (#38771) 2026-07-21 08:10:23 +00:00
test_tool_label_manager.py test: use sqlite3 session in test_tool_label_manager (#38762) 2026-07-16 12:56:08 +00:00
test_tool_manager.py feat(workflow): support human input in loop and iteration (#39243) 2026-08-03 02:24:18 +00:00
test_tool_parameter_type.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
test_tool_provider_controller.py refactor(api): migrate workspace account endpoints to BaseModel (#37954) 2026-07-06 06:57:40 +00:00