fn parse_json_body( body: &str, mint_id: &mut impl FnMut() -> String, ) -> Option<ToolCall>
Try to interpret body as a Qwen JSON tool call.
body