Update response schema (#15)

- Update response schema (7c7816477f0892c3ae92f73c0c59e5b9dda1689e)


Co-authored-by: Matthew Carrigan <Rocketknight1@users.noreply.huggingface.co>
This commit is contained in:
Ryan Mullins 2026-04-10 16:35:43 +00:00 committed by system
parent b446025c61
commit b4a601102c

@ -61,7 +61,7 @@
} }
} }
}, },
"x-regex": "(\\<\\|channel\\>thought\\n(?P<thinking>.*?)\\<channel\\|\\>)?(?P<content>(?:(?!\\<\\|tool_call\\>)(?!\\<turn\\|\\>).)+)?(?P<tool_calls>\\<\\|tool_call\\>.*\\<tool_call\\|\\>)?(?:\\<turn\\|\\>)?" "x-regex": "(\\<\\|channel\\>thought\\n(?P<thinking>.*?)\\<channel\\|\\>)?(?P<tool_calls>\\<\\|tool_call\\>.*\\<tool_call\\|\\>)?(?P<content>(?:(?!\\<turn\\|\\>)(?!\\<\\|tool_response\\>).)+)?(?:\\<turn\\|\\>|\\<\\|tool_response\\>)?"
}, },
"soc_token": "<|channel>", "soc_token": "<|channel>",
"sot_token": "<|turn>", "sot_token": "<|turn>",