From 0a51e514f6aa62766289b39ba5eb390d1f07fe8f Mon Sep 17 00:00:00 2001 From: ochafik Date: Tue, 28 Jan 2025 09:24:35 +0000 Subject: [PATCH] Update test-chat-handler.cpp --- tests/test-chat-handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-chat-handler.cpp b/tests/test-chat-handler.cpp index a5c28e958..079dcac82 100644 --- a/tests/test-chat-handler.cpp +++ b/tests/test-chat-handler.cpp @@ -535,7 +535,7 @@ static void test_grammars() { { const common_chat_template tmpl(read_file("tests/chat/templates/meta-llama-Llama-3.2-3B-Instruct.jinja"), "", ""); std::vector end_tokens { "<|eom_id|>", "<|eot_id|>" }; - + assert_equals(std::string("llama 3.2 tool calls"), describe(tmpl, tools_params)); test_template(tmpl, end_tokens, text_message, tools); test_template(tmpl, end_tokens, tool_call_message, tools);