feat(anthropic): support mcp_toolset in bind_tools (#34284)

This commit is contained in:
ccurme
2025-12-10 09:39:35 -05:00
committed by GitHub
parent 7542278997
commit 5350967ddc
3 changed files with 2 additions and 4 deletions

View File

@@ -154,6 +154,7 @@ def _is_builtin_tool(tool: Any) -> bool:
"web_search_",
"web_fetch_",
"code_execution_",
"mcp_toolset",
"memory_",
"tool_search_",
]