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
test: fix Anthropic unit tests to match corrected message ordering
Update test expectations to match the fixed message ordering where
context messages come first (chronological order), then the main
prompt. This aligns with the fix that resolved context conversation
issues in the Anthropic API integration.
The corrected order ensures proper conversation flow:
1. Previous context (user question)
2. Previous context (assistant answer)
3. Current user prompt
All 111 Anthropic unit test assertions now pass.
0 commit comments