Skip to content

Commit cce1166

Browse files
author
Olivier Chafik
committed
Update tool-call.cpp
1 parent a422636 commit cce1166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/tool-call.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ static common_chat_msg parse_llama_3_tool_calls(const json & tools, const std::s
254254
std::smatch match;
255255
if (std::regex_search(input, match, python_tag_regex)) {
256256
return {
257-
/* .role = */ "assistant",
257+
/* .role = */ "assistant",
258258
/* .content = */ match.prefix().str(),
259259
/* .tool_calls = */ {
260260
{

0 commit comments

Comments
 (0)