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.
|
||
|---|---|---|
| .. | ||
| common | ||
| agent_integration.rs | ||
| anthropic_tests.rs | ||
| compaction_integration.rs | ||
| config_tests.rs | ||
| openai_tests.rs | ||