default_tool_chunk_parser

Function default_tool_chunk_parser 

Source
pub fn default_tool_chunk_parser(raw_tool_calls: &[Value]) -> Vec<ToolCallChunk>
Expand description

Best-effort parsing of tool call chunks from raw tool call dictionaries.

This corresponds to the default_tool_chunk_parser function in LangChain Python.