Skip to content

Commit 2bfde31

Browse files
committed
fix error
1 parent d4fc654 commit 2bfde31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/chat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@ static void common_chat_parse_gpt_oss(common_chat_msg_parser & builder) {
13801380
builder.add_tool_call(name, "", args);
13811381
} else if (builder.try_consume_regex(builtin_tool_call_regex)) {
13821382
builder.consume_rest();
1383-
LOG_ERR("builtin tool calls not implemented");
1383+
LOG_ERR("builtin tool calls not implemented\n");
13841384
} else {
13851385
throw common_chat_msg_parse_exception("expected function call, got: " + consume_until_start());
13861386
}

0 commit comments

Comments
 (0)