rm msg.thoughts (that's for later / R1)

This commit is contained in:
ochafik 2025-02-02 02:06:08 +00:00
parent 548ac5a4c0
commit a28d9befbc
2 changed files with 0 additions and 2 deletions

View file

@ -623,7 +623,6 @@ struct common_chat_msg {
std::string role;
std::string content;
std::vector<common_tool_call> tool_calls;
std::string thoughts = "";
std::string tool_plan = "";
};

View file

@ -22,7 +22,6 @@ static common_chat_msg msg_from_json(const json & message) {
"assistant",
"",
{},
/* .thoughts = */ "",
/* .tool_plan = */ "",
};
if (message.contains("content") && !message.at("content").is_null()) {