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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
3029647: Update the generated Web Chat template for Next.js 16.3 preview type declarations.
b97f1d1: Custom channel routes can now cancel a session's in-flight turn: route handlers receive a cancel({ continuationToken, turnId? }) helper addressed by the channel-local continuation token, and Session handles returned by send() and getSession() expose cancel({ turnId? }) for session-id-addressed cancellation. ClientSession.cancel() accepts the same optional turnId stale-request guard.