1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AgentUserEventMessage

AgentUserEventMessage

    Represents an agent user event.

    Properties

    • content string required
      The exact natural language instruction from the user.
    • entity_diff AgentEntityDiff optional
      Entities to add or remove from the agent.
    • add array[AgentEntity] optional
      Entities to add to the Agent’s context. Entities must be valid, and will be automatically deleted if they are invalid.
    • remove array[AgentEntity] optional
      Entities to remove from the Agent’s context.
    • commands map[string]AgentSlashCommand optional
      Slash Commands the user selected when creating their message.
    • timestamp string required
      When the event occurred.
    • type string required