default_tool_parser#
- langchain_core.messages.tool.default_tool_parser(raw_tool_calls: list[dict]) tuple[list[ToolCall], list[InvalidToolCall]] [source]#
尽力解析工具。
- Parameters:
raw_tool_calls (列表[字典])
- Return type:
元组[列表[ToolCall], 列表[InvalidToolCall]]