playground / Exports / IConversationEvent
Interface: IConversationEvent
Table of contents
Properties
Properties
id
• id: string
Defined in
playground/src/lib/playground/plugins/playground-history-plugin.ts:15
type
• type: TPlaygroundEventType
Defined in
playground/src/lib/playground/plugins/playground-history-plugin.ts:16
timestamp
• timestamp: Date
Defined in
playground/src/lib/playground/plugins/playground-history-plugin.ts:17
content
• Optional content: string
Defined in
playground/src/lib/playground/plugins/playground-history-plugin.ts:18
agentId
• Optional agentId: string
Defined in
playground/src/lib/playground/plugins/playground-history-plugin.ts:19
toolName
• Optional toolName: string
Defined in
playground/src/lib/playground/plugins/playground-history-plugin.ts:20
metadata
• Optional metadata: Record<string, TUniversalValue>
Defined in
playground/src/lib/playground/plugins/playground-history-plugin.ts:21