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.
|
||
|---|---|---|
| .. | ||
| anthropic.rs | ||
| common.rs | ||
| config.rs | ||
| lib.rs | ||
| openai.rs | ||