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
docs(sdk): clarify sendAction semantics for actions-not-turns
Update the sendAction docstrings on TriggerChatTransport (browser) and
AgentChat (server) to reflect TRI-9118: actions fire hydrateMessages
and onAction only — no run(), no turn lifecycle hooks. The returned
stream is empty for void onAction returns and carries the model
response when onAction returns a StreamTextResult.
0 commit comments