Interface: AgentConversation
Defined in: type/AgentConversation.ts:5
Object class for AgentConversation
Properties
id
id:
string
Defined in: type/AgentConversation.ts:7
Unique identifier for the conversation.
messages
messages:
AgentMessage[]
Defined in: type/AgentConversation.ts:9
Messages exchanged within the conversation.