DeepSeek R1: parse thoughts / return in separate field in API (non streamed mode)
This commit is contained in:
parent
87de852b7f
commit
130ca222c9
4 changed files with 47 additions and 9 deletions
|
@ -623,6 +623,7 @@ struct common_chat_msg {
|
|||
std::string role;
|
||||
std::string content;
|
||||
std::vector<common_tool_call> tool_calls;
|
||||
std::string thoughts = "";
|
||||
std::string tool_plan = "";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue