mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
feat(anthropic): support mcp_toolset in bind_tools (#34284)
This commit is contained in:
@@ -154,6 +154,7 @@ def _is_builtin_tool(tool: Any) -> bool:
|
||||
"web_search_",
|
||||
"web_fetch_",
|
||||
"code_execution_",
|
||||
"mcp_toolset",
|
||||
"memory_",
|
||||
"tool_search_",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user