File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments