Interface: ChatState
Defined in: sdk/src/types.ts:51
Internal state tracked by the chat hook.
Properties
conversationId
conversationId:
string|null
Defined in: sdk/src/types.ts:55
error
error:
string|null
Defined in: sdk/src/types.ts:54
isLoading
isLoading:
boolean
Defined in: sdk/src/types.ts:53
messages
messages:
ChatMessage[]
Defined in: sdk/src/types.ts:52