View on GitHub
"# `parse_qwen3_response`\n\n`parse_qwen3_response(text: 'str') -> 'ParsedResponse'`\n\nParse Qwen3-family model output into structured content.\n\nHandles ``<think>``/``</think>`` reasoning blocks,\n``<|im_start|>``/``<|im_end|>`` chat-template delimiters,\nand ``<tool_call>``/``</tool_call>`` tool invocations with Qwen3's\nJSON body (``{\"name\": ..., \"arguments\": {...}}``).\n"
parse_qwen3_response
Parse Qwen3-family model output into structured content.
parse_qwen3_response
Section titled “parse_qwen3_response”parse_qwen3_response(text: 'str') -> 'ParsedResponse'
Parse Qwen3-family model output into structured content.
Handles <think>/</think> reasoning blocks,
<|im_start|>/<|im_end|> chat-template delimiters,
and <tool_call>/</tool_call> tool invocations with Qwen3’s
JSON body ({"name": ..., "arguments": {...}}).