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: use getFinalMessage() instead of getDeltas() in resumeStream test
The test was flaky because stream-delta events can be batched or arrive
before the collector starts collecting. Using getFinalMessage().content
is more reliable since it's captured from the stream-end event.
0 commit comments