agent-plugin-conversation-history / Exports / IConversationHistoryEntry
Interface: IConversationHistoryEntry
Conversation history entry
Table of contents
Properties
Properties
conversationId
• conversationId: string
Defined in
agent-plugin-conversation-history/src/types.ts:32
messages
• messages: TUniversalMessage[]
Defined in
agent-plugin-conversation-history/src/types.ts:33
startTime
• startTime: Date
Defined in
agent-plugin-conversation-history/src/types.ts:34
lastUpdated
• lastUpdated: Date
Defined in
agent-plugin-conversation-history/src/types.ts:35
metadata
• Optional metadata: Record<string, string | number | boolean | Date>