pub fn parse_tool_calls(text: &str) -> ParseResultExpand description
Parse tool calls from text content. Returns the clean text (with markers removed) and any parsed tool calls.
pub fn parse_tool_calls(text: &str) -> ParseResultParse tool calls from text content. Returns the clean text (with markers removed) and any parsed tool calls.