Interface: ChatState
Defined in: sdk/src/types.ts:118
Internal state tracked by the chat hook.
Properties
conversationId
conversationId:
string|null
Defined in: sdk/src/types.ts:122
error
error:
string|null
Defined in: sdk/src/types.ts:121
isLoading
isLoading:
boolean
Defined in: sdk/src/types.ts:120
messages
messages:
ChatMessage[]
Defined in: sdk/src/types.ts:119