Type Alias: ChatAssistantError
type ChatAssistantError = object;Defined in: packages/sdk/src/index.ts:523
Error branch of ChatAssistantResult — a persisted assistant turn whose API call failed.
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
code |
ApiErrorCode |
packages/sdk/src/index.ts:525 |
kind |
"error" |
packages/sdk/src/index.ts:524 |
message? |
string |
packages/sdk/src/index.ts:526 |