Skip to content

Commit a28d9be

Browse files
author
ochafik
committed
rm msg.thoughts (that's for later / R1)
1 parent 548ac5a commit a28d9be

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

common/common.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,6 @@ struct common_chat_msg {
623623
std::string role;
624624
std::string content;
625625
std::vector<common_tool_call> tool_calls;
626-
std::string thoughts = "";
627626
std::string tool_plan = "";
628627
};
629628

tests/test-chat.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ static common_chat_msg msg_from_json(const json & message) {
2222
"assistant",
2323
"",
2424
{},
25-
/* .thoughts = */ "",
2625
/* .tool_plan = */ "",
2726
};
2827
if (message.contains("content") && !message.at("content").is_null()) {

0 commit comments

Comments
 (0)