dify/api/core/tools
Jyong 6eed85af89 Merge branch 'main' into deploy/konwledge
# Conflicts:
#	api/tests/test_containers_integration_tests/services/test_workspace_service.py
#	api/tests/unit_tests/controllers/web/test_web_login.py
#	api/tests/unit_tests/libs/test_helper.py
2026-07-28 03:25:30 -04:00
..
__base feat: support tool multi-select input (#39346) 2026-07-23 00:38:54 +00:00
builtin_tool Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
custom_tool fix: fix auth prefix duplicate (#38616) 2026-07-09 12:55:58 +00:00
entities feat: support tool multi-select input (#39346) 2026-07-23 00:38:54 +00:00
mcp_tool fix: fix mcp output_schema is optional (#39453) 2026-07-28 02:31:18 +00:00
plugin_tool refactor: thread explicit sessions through app retrieval paths (#38309) 2026-07-02 17:00:47 +00:00
utils refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
workflow_as_tool refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
__init__.py improve: generalize tool parameter converter (#4786) 2024-06-03 21:26:58 +08:00
errors.py refactor: use sessionmaker in api_tools_manage_service.py (#34892) 2026-04-17 05:07:12 +00:00
signature.py chore(agent-v2): sync daily changes (#38298) 2026-07-05 08:09:38 +00:00
tool_engine.py refactor: thread explicit sessions through app retrieval paths (#38309) 2026-07-02 17:00:47 +00:00
tool_file_manager.py feat: daily sync (#38593) 2026-07-09 10:35:15 +00:00
tool_label_manager.py refactor: convert isinstance chains to match/case pattern (#36364) 2026-05-20 03:07:19 +00:00
tool_manager.py refactor(api): migrate workspace tool endpoints to BaseModel (#37959) 2026-07-08 09:56:04 +00:00