We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3843d94 commit 6773708Copy full SHA for 6773708
tests/test-chat-parser.cpp
@@ -324,7 +324,7 @@ static void test_deepseek_v3_1_tool_calls() {
324
/* .thinking_forced_open = */ false,
325
/* .parse_tool_calls = */ true,
326
};
327
- const char* variant = "thinking_not_forced_open_missing_reasoning_no_tool_calls";
+ const std::string variant("thinking_not_forced_open_missing_reasoning_no_tool_calls");
328
const std::string in = "CONTENT";
329
auto m = common_chat_parse(in, false, syntax);
330
assert_equals<std::size_t>(variant, 0, m.tool_calls.size());
0 commit comments