align Command R7B w/ --think / reasoning_content behaviour
This commit is contained in:
parent
3841a163ef
commit
e6d9b52480
9 changed files with 176 additions and 87 deletions
|
@ -748,9 +748,6 @@ struct server_task_result_cmpl_final : server_task_result {
|
|||
if (!msg.reasoning_content.empty()) {
|
||||
message["reasoning_content"] = msg.reasoning_content;
|
||||
}
|
||||
if (!msg.tool_plan.empty()) {
|
||||
message["tool_plan"] = msg.tool_plan;
|
||||
}
|
||||
|
||||
json choice {
|
||||
{"finish_reason", finish_reason},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue