DeepSeek's thinking mode rejects a replayed assistant message that omits its
reasoning ('the reasoning_text must be passed back to the API', HTTP 400).
The Chat Completions serializer now includes thinking blocks as
reasoning_content on assistant messages; OpenAI official never produces
thinking blocks, so the field is only sent when present — safe for both.
Regression test: a replayed assistant carries reasoning_content.
|
||
|---|---|---|
| .. | ||
| focus-core | ||
| focus-harness | ||
| focus-json | ||
| focus-providers | ||
| focus-tools | ||
| focus-transport | ||
| focus-tui | ||