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