From cce1166b3748740670c69f5705d126513c6444f5 Mon Sep 17 00:00:00 2001 From: Olivier Chafik Date: Wed, 22 Jan 2025 11:25:26 +0000 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 07636cefe..a2704b5b8 100644 --- a/common/tool-call.cpp +++ b/common/tool-call.cpp @@ -254,7 +254,7 @@ static common_chat_msg parse_llama_3_tool_calls(const json & tools, const std::s std::smatch match; if (std::regex_search(input, match, python_tag_regex)) { return { - /* .role = */ "assistant", + /* .role = */ "assistant", /* .content = */ match.prefix().str(), /* .tool_calls = */ { {