AgentConversation
Represents a conversation exchange with an agent.
type AgentConversation {
id: ID!
messages: [AgentMessage!]!
}
Fields
AgentConversation.id ● ID! non-null scalar
Unique identifier for the conversation.
AgentConversation.messages ● [AgentMessage!]! non-null object
Messages exchanged within the conversation.
Returned By
agentConversationCreate mutation