DeepSeek R1: parse thoughts / return in separate field in API (non streamed mode)

This commit is contained in:
ochafik 2025-02-03 01:19:15 +00:00
parent 87de852b7f
commit 130ca222c9
4 changed files with 47 additions and 9 deletions

View file

@ -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 = "";
};