default_tool_chunk_parser#

langchain_core.messages.tool.default_tool_chunk_parser(raw_tool_calls: List[dict]) List[ToolCallChunk][source]#

Best-effort parsing of tool chunks.

Parameters:

raw_tool_calls (List[dict])

Return type:

List[ToolCallChunk]