From b4a601102c3d45e2b7b50e2057a6d5ec8ed4adcf Mon Sep 17 00:00:00 2001 From: Ryan Mullins Date: Fri, 10 Apr 2026 16:35:43 +0000 Subject: [PATCH] Update response schema (#15) - Update response schema (7c7816477f0892c3ae92f73c0c59e5b9dda1689e) Co-authored-by: Matthew Carrigan --- tokenizer_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokenizer_config.json b/tokenizer_config.json index e541806..375b25d 100644 --- a/tokenizer_config.json +++ b/tokenizer_config.json @@ -61,7 +61,7 @@ } } }, - "x-regex": "(\\<\\|channel\\>thought\\n(?P.*?)\\)?(?P(?:(?!\\<\\|tool_call\\>)(?!\\).)+)?(?P\\<\\|tool_call\\>.*\\)?(?:\\)?" + "x-regex": "(\\<\\|channel\\>thought\\n(?P.*?)\\)?(?P\\<\\|tool_call\\>.*\\)?(?P(?:(?!\\)(?!\\<\\|tool_response\\>).)+)?(?:\\|\\<\\|tool_response\\>)?" }, "soc_token": "<|channel>", "sot_token": "<|turn>",