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(openai): make created_at forwarding test non-vacuous [greptile]
test_run_agent_streamed_auto_send_forwards_created_at fed an empty stream, so
auto_send opened zero streaming contexts and `all(ts == deterministic_ts for ts
in recorded_created_ats)` was vacuously true — it could not catch a created_at
regression. Emit a tool call + tool response so contexts are actually opened,
and assert recorded_created_ats is non-empty before checking each value.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments