Hiyve Components - v1.0.0
Preparing search index...
@hiyve/cloud
ChatHistoryResponse
Interface ChatHistoryResponse
Response from the chat history endpoint.
interface
ChatHistoryResponse
{
messages
:
ChatHistoryMessage
[]
;
nextCursor
:
string
|
null
;
success
:
boolean
;
}
Index
Properties
messages
next
Cursor
success
Properties
messages
messages
:
ChatHistoryMessage
[]
next
Cursor
nextCursor
:
string
|
null
success
success
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
messages
next
Cursor
success
Hiyve Components - v1.0.0
Loading...
Response from the chat history endpoint.