dify/api/core/tools
Will aa4cabdeb5
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
Main CI Pipeline / Check Changed Files (push) Waiting to run
Main CI Pipeline / API Tests (push) Blocked by required conditions
Main CI Pipeline / Web Tests (push) Blocked by required conditions
Main CI Pipeline / Style Check (push) Waiting to run
Main CI Pipeline / VDB Tests (push) Blocked by required conditions
Main CI Pipeline / DB Migration Test (push) Blocked by required conditions
feat: Add Audio Content Support for MCP Tools (#27979)
2025-11-10 10:12:11 +08:00
..
__base fix agent putout the output of workflow-tool twice (#26835) (#27087) 2025-11-06 09:41:05 +08:00
builtin_tool rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
custom_tool fix(api): ensure JSON responses are properly serialized in ApiTool (#27097) 2025-10-19 18:56:02 +08:00
entities fix agent putout the output of workflow-tool twice (#26835) (#27087) 2025-11-06 09:41:05 +08:00
mcp_tool feat: Add Audio Content Support for MCP Tools (#27979) 2025-11-10 10:12:11 +08:00
plugin_tool chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
utils fix: fix OpenAPI Schema Import Pydantic Validation Errors for Complex Default Values (#27159) 2025-10-22 11:45:31 +08:00
workflow_as_tool fix agent putout the output of workflow-tool twice (#26835) (#27087) 2025-11-06 09:41:05 +08:00
__init__.py improve: generalize tool parameter converter (#4786) 2024-06-03 21:26:58 +08:00
errors.py Feat/credential policy (#25151) 2025-09-08 23:45:05 -07:00
signature.py fix: resolve Docker file URL networking issue for plugins (#21334) (#21382) 2025-07-11 12:11:59 +08:00
tool_engine.py fix agent putout the output of workflow-tool twice (#26835) (#27087) 2025-11-06 09:41:05 +08:00
tool_file_manager.py chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
tool_label_manager.py rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
tool_manager.py feat: implement MCP specification 2025-06-18 (#25766) 2025-10-27 17:07:51 +08:00