We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fc654 commit 2bfde31Copy full SHA for 2bfde31
common/chat.cpp
@@ -1380,7 +1380,7 @@ static void common_chat_parse_gpt_oss(common_chat_msg_parser & builder) {
1380
builder.add_tool_call(name, "", args);
1381
} else if (builder.try_consume_regex(builtin_tool_call_regex)) {
1382
builder.consume_rest();
1383
- LOG_ERR("builtin tool calls not implemented");
+ LOG_ERR("builtin tool calls not implemented\n");
1384
} else {
1385
throw common_chat_msg_parse_exception("expected function call, got: " + consume_until_start());
1386
}
0 commit comments