return thoughts in reasoning_content field
This commit is contained in:
parent
d1b66910c5
commit
39c1d8163b
5 changed files with 23 additions and 23 deletions
|
@ -623,7 +623,7 @@ struct common_chat_msg {
|
|||
std::string role;
|
||||
std::string content;
|
||||
std::vector<common_tool_call> tool_calls;
|
||||
std::string thoughts = "";
|
||||
std::string reasoning_content = "";
|
||||
std::string tool_plan = "";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue