Skip to content

Commit b829cab

Browse files
author
ochafik
committed
fix test-chat
1 parent a59fde2 commit b829cab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test-chat.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ static void test_template_output_parsers() {
428428

429429
common_chat_inputs inputs_no_tools;
430430
inputs_no_tools.messages = json::array({message_user});
431+
inputs_no_tools.extract_reasoning = false;
431432

432433
common_chat_inputs inputs_no_tools_think;
433434
inputs_no_tools_think.messages = json::array({message_user});
@@ -436,6 +437,7 @@ static void test_template_output_parsers() {
436437
common_chat_inputs inputs_tools;
437438
inputs_tools.messages = json::array({message_user});
438439
inputs_tools.tools = json::array({special_function_tool});
440+
inputs_tools.extract_reasoning = false;
439441

440442
common_chat_inputs inputs_tools_think;
441443
inputs_tools_think.messages = json::array({message_user});
@@ -445,6 +447,7 @@ static void test_template_output_parsers() {
445447
common_chat_inputs inputs_tools_builtin;
446448
inputs_tools_builtin.messages = json::array({message_user});
447449
inputs_tools_builtin.tools = json::array({python_tool});
450+
inputs_tools_builtin.extract_reasoning = false;
448451

449452
{
450453
// Not supported yet

0 commit comments

Comments
 (0)