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 548ac5a commit a28d9beCopy full SHA for a28d9be
common/common.h
@@ -623,7 +623,6 @@ struct common_chat_msg {
623
std::string role;
624
std::string content;
625
std::vector<common_tool_call> tool_calls;
626
- std::string thoughts = "";
627
std::string tool_plan = "";
628
};
629
tests/test-chat.cpp
@@ -22,7 +22,6 @@ static common_chat_msg msg_from_json(const json & message) {
22
"assistant",
23
"",
24
{},
25
- /* .thoughts = */ "",
26
/* .tool_plan = */ "",
27
28
if (message.contains("content") && !message.at("content").is_null()) {
0 commit comments