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 55a7614 commit 9d62f62Copy full SHA for 9d62f62
common/chat.hpp
@@ -19,7 +19,6 @@ struct common_chat_msg_content_part {
19
std::string text;
20
};
21
22
-// same with llama_chat_message, but uses std::string
23
struct common_chat_msg {
24
std::string role;
25
std::string content;
0 commit comments