Type Alias: ChatAssistantSuccess
type ChatAssistantSuccess = object;Defined in: packages/sdk/src/index.ts:512
Mirrors apps/api/src/chat/types.ts. Keep these definitions in sync
when the API’s wire shape changes — truncated and kind are not
optional, callers narrow off result.kind.
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
cached |
boolean |
packages/sdk/src/index.ts:518 |
kind |
"ok" |
packages/sdk/src/index.ts:513 |
rowCount |
number |
packages/sdk/src/index.ts:516 |
rows |
Record<string, unknown>[] |
packages/sdk/src/index.ts:515 |
sql |
string |
packages/sdk/src/index.ts:514 |
summary? |
string |
packages/sdk/src/index.ts:519 |
truncated |
boolean |
packages/sdk/src/index.ts:517 |