Interface: Actor
Represents an actor in the conversation, which could be a user or the agent itself, including their name, details (such as tagline, summary, and quote), and a unique identifier.
Properties
details
• details: Object
Type declaration
Name | Type |
---|---|
quote | string |
summary | string |
tagline | string |
id
• id: `${string}-${string}-${string}-${string}-${string}`
name
• name: string