rm msg.thoughts (that's for later / R1)
This commit is contained in:
parent
548ac5a4c0
commit
a28d9befbc
2 changed files with 0 additions and 2 deletions
|
@ -623,7 +623,6 @@ struct common_chat_msg {
|
||||||
std::string role;
|
std::string role;
|
||||||
std::string content;
|
std::string content;
|
||||||
std::vector<common_tool_call> tool_calls;
|
std::vector<common_tool_call> tool_calls;
|
||||||
std::string thoughts = "";
|
|
||||||
std::string tool_plan = "";
|
std::string tool_plan = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@ static common_chat_msg msg_from_json(const json & message) {
|
||||||
"assistant",
|
"assistant",
|
||||||
"",
|
"",
|
||||||
{},
|
{},
|
||||||
/* .thoughts = */ "",
|
|
||||||
/* .tool_plan = */ "",
|
/* .tool_plan = */ "",
|
||||||
};
|
};
|
||||||
if (message.contains("content") && !message.at("content").is_null()) {
|
if (message.contains("content") && !message.at("content").is_null()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue