fix test-chat

This commit is contained in:
ochafik 2025-02-04 04:51:36 +00:00
parent 1f5ec59809
commit 438ce0b8a1
2 changed files with 10 additions and 11 deletions

View file

@ -140,7 +140,6 @@ static common_chat_msg parse_json_tool_calls(
LOG_WRN("Content found with tool calls: %s", result.content.c_str());
}
result.content = "";
result.role = "user";
}
return result;
}