langchain_core.messages.tool
.default_tool_parser¶
- langchain_core.messages.tool.default_tool_parser(raw_tool_calls: List[dict]) Tuple[List[ToolCall], List[InvalidToolCall]] [源码]¶
工具的最佳尝试解析。
- 参数
raw_tool_calls (列表[字典]) –
- 返回类型
元组[列表[ToolCall], 列表[InvalidToolCall]]