dify/api/tests/unit_tests/core/tools
Stephen Zhou 38457f27fb
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	.agents/skills/how-to-write-component/references/data.md
#	.agents/skills/how-to-write-component/references/ownership.md
#	api/controllers/inner_api/__init__.py
#	api/tests/test_containers_integration_tests/services/test_account_service.py
#	api/tests/unit_tests/services/test_account_service.py
#	packages/iconify-collections/custom-public/icons.json
#	packages/iconify-collections/custom-public/info.json
#	web/features/new-rag/__tests__/new-knowledge-list.spec.tsx
#	web/features/new-rag/components/knowledge-space-card.tsx
#	web/features/new-rag/document-chunk-tree.tsx
#	web/features/tag-management/components/tag-search-content.tsx
#	web/features/tag-management/components/tag-selector.tsx
#	web/service/client.spec.ts
2026-09-04 19:42:31 +08:00
..
builtin_tool/providers/knowledge_fs Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
entities
utils test: enforce centralized config overrides (#40869) 2026-08-29 14:05:35 +00:00
workflow_as_tool test: migrate workflow tool users to SQLite ORM models (#40628) 2026-08-14 08:54:31 +00:00
__init__.py
test_base_tool.py test: migrate core RAG sessions to SQLite (#40085) 2026-08-11 07:05:26 +00: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 fix(tts): propagate and validate actual audio MIME (#41043) 2026-08-24 03:38:09 +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: migrate core RAG sessions to SQLite (#40085) 2026-08-11 07:05:26 +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_mcp_tool.py test: scope plugin and datasource config overrides (#40854) 2026-08-18 12:01:29 +00:00
test_plugin_tool_provider.py
test_plugin_tool.py test: use sqlite3 session in test_plugin_tool (#38781) 2026-07-13 03:03:12 +00:00
test_signature.py test: centralize typed runtime config overrides (#40857) 2026-08-20 13:30:04 +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 fix: reconcile remaining main merge regressions 2026-08-11 10:45:17 +08: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 fix(agent): surface missing tool credentials (#41726) 2026-09-03 08:53:55 +00:00
test_tool_parameter_type.py
test_tool_provider_controller.py refactor(api): migrate workspace account endpoints to BaseModel (#37954) 2026-07-06 06:57:40 +00:00