ConversationData
Agent Runtimes / store/conversationStore / ConversationData
Interface: ConversationData
Defined in: stores/conversationStore.ts:25
Conversation data for a single runtime
Properties
fetchedFromServer
fetchedFromServer:
boolean
Defined in: stores/conversationStore.ts:33
Whether messages have been fetched from the server
isFetching
isFetching:
boolean
Defined in: stores/conversationStore.ts:35
Whether a fetch is currently in progress
messages
messages:
ChatMessage[]
Defined in: stores/conversationStore.ts:29
Messages in this conversation
runtimeId
runtimeId:
string
Defined in: stores/conversationStore.ts:27
Agent runtime ID
updatedAt
updatedAt:
number
Defined in: stores/conversationStore.ts:31
When the conversation was last updated