You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(provider): reorder reasoning blocks first in assistant messages
The Anthropic API requires thinking/redacted_thinking blocks to
appear before other content blocks in assistant messages. Add
reordering logic in normalizeMessages() and preserve all reasoning
blocks including redacted_thinking in toModelMessages().
Ref #10970
0 commit comments