parse_json_body

Function parse_json_body 

Source
fn parse_json_body(
    body: &str,
    mint_id: &mut impl FnMut() -> String,
) -> Option<ToolCall>
Expand description

Try to interpret body as a Qwen JSON tool call.