dify/api/tests/unit_tests/core/tools
Snakinya ae0d6ee214
fix: SSRF bypass via raw httpx.get in API tool schema fetch (#37746)
Co-authored-by: 归青 <guiqing.lzw@antgroup.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
2026-07-14 08:43:57 +00:00
..
entities Feat: Add "Open Workflow" link in workflow side panel (#28898) 2025-11-29 18:47:12 +08:00
utils fix: SSRF bypass via raw httpx.get in API tool schema fetch (#37746) 2026-07-14 08:43:57 +00:00
workflow_as_tool refactor: thread explicit sessions through app retrieval paths (#38309) 2026-07-02 17:00:47 +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 refactor: thread explicit sessions through app retrieval paths (#38309) 2026-07-02 17:00:47 +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 refactor: thread explicit sessions through app retrieval paths (#38309) 2026-07-02 17:00:47 +00:00
test_custom_tool_provider.py test: Unit test cases for core.tools module (#32447) 2026-03-12 11:48:13 +08:00
test_custom_tool.py fix: fix auth prefix duplicate (#38616) 2026-07-09 12:55:58 +00:00
test_dataset_retriever_tool.py refactor: thread explicit sessions through app retrieval paths (#38309) 2026-07-02 17:00:47 +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 refactor: thread explicit sessions through app retrieval paths (#38309) 2026-07-02 17:00:47 +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 chore(agent-v2): sync daily changes (#38298) 2026-07-05 08:09:38 +00:00
test_tool_engine.py refactor: thread explicit sessions through app retrieval paths (#38309) 2026-07-02 17:00:47 +00:00
test_tool_entities.py Normalize null metadata handling in tool entities (#26890) 2025-10-15 09:42:22 +08:00
test_tool_file_manager.py feat: daily sync (#38593) 2026-07-09 10:35:15 +00:00
test_tool_label_manager.py chore(api): Fix several typing errors (#37248) 2026-06-12 14:02:09 +00:00
test_tool_manager.py fix(tools): use short-lived sessions for icon lookups to prevent idle-in-transaction (#36903) 2026-06-02 01:59:10 +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