pub fn parse(response: &str) -> ParseResultExpand description
Parse tool calls from an LLM response string.
Tries formats in priority order: JSON → XML → Markdown. Returns all detected tool calls and the remaining text.
pub fn parse(response: &str) -> ParseResultParse tool calls from an LLM response string.
Tries formats in priority order: JSON → XML → Markdown. Returns all detected tool calls and the remaining text.