default_tool_parser#
- langchain_core.messages.tool.default_tool_parser(
- raw_tool_calls: list[dict],
Best-effort parsing of tools.
- Parameters:
raw_tool_calls (list[dict])
- Return type:
tuple[list[ToolCall], list[InvalidToolCall]]
Best-effort parsing of tools.
raw_tool_calls (list[dict])
tuple[list[ToolCall], list[InvalidToolCall]]