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(sdk,core): address review feedback on chat.agent hardening
Fold the failed turn's wire message into the error-path snapshot and
onTurnComplete event so an early pre-run throw cannot strand it, and stop
passing raw metadata as the parsed clientData on errored turns. Mark the
session streaming before subscribing in sendAction so a reload mid-action
resumes. Keep the per-append X-Part-Id from being overridden by a
transport-wide header, and align the server-side append part id entropy
with the browser transport. Adds tests for the error-turn snapshot,
sendAction streaming state, and the X-Part-Id header precedence.
0 commit comments