Type Alias: ChatAssistantResult
type ChatAssistantResult = | ChatAssistantSuccess | ChatAssistantError;Defined in: packages/sdk/src/index.ts:535
Persisted outcome of one chat turn; surfaces narrow on kind to render success rows vs an error chip.