playground / Exports / IAgentBlock
Interface: IAgentBlock
Table of contents
Properties
Properties
id
• id: string
Defined in
playground/src/lib/playground/plugins/playground-history-plugin.ts:25
name
• name: string
Defined in
playground/src/lib/playground/plugins/playground-history-plugin.ts:26
status
• status: "idle" | "running" | "completed" | "error"
Defined in
playground/src/lib/playground/plugins/playground-history-plugin.ts:27
startTime
• Optional startTime: Date
Defined in
playground/src/lib/playground/plugins/playground-history-plugin.ts:28
endTime
• Optional endTime: Date
Defined in
playground/src/lib/playground/plugins/playground-history-plugin.ts:29
events
• events: IConversationEvent[]
Defined in
playground/src/lib/playground/plugins/playground-history-plugin.ts:30