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(tests): narrow reasoning delta types for pyright in codex reasoning tests
pyright does not narrow the StreamTaskMessageDelta.delta union through an
isinstance filter inside a list comprehension, so accessing content_delta /
summary_delta on the collected elements failed. Bind each delta to a local and
assert isinstance before accessing the typed attribute.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments