Idea
The assistant message will be more organized, with the reasoning placed in its own field instead of being included within the response message like <think>…</think>.
Example
{
“role”: “assistant”,
“content”: “response”,
“thinking”: “reasoning”
}
Idea
The assistant message will be more organized, with the reasoning placed in its own field instead of being included within the response message like
<think>…</think>.Example
{ “role”: “assistant”, “content”: “response”, “thinking”: “reasoning” }