From 4394e1cd5e47ee5937f16fc146d97e85e9fb43aa Mon Sep 17 00:00:00 2001 From: ochafik Date: Wed, 23 Oct 2024 21:21:39 +0100 Subject: [PATCH] Update tool-call.cpp --- common/tool-call.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tool-call.cpp b/common/tool-call.cpp index 29e9b69b9..a83abd3b6 100644 --- a/common/tool-call.cpp +++ b/common/tool-call.cpp @@ -292,7 +292,7 @@ static llama_tool_calls parse_mistral_nemo_tool_calls(const std::string& input) } llama_tool_calls parse_tool_calls(llama_tool_call_style style, const json & tools, const std::string& input) { - fprintf(stderr, "# parse_tool_calls:\n\n%s\n\n", input.c_str()); + // fprintf(stderr, "# parse_tool_calls:\n\n%s\n\n", input.c_str()); switch (style) { case llama_tool_call_style::None: return {input, {}};