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

AgentConsoleEventUserInput

    A console event in an agent task conversation, either a user input or an agent response.

    Properties

    • eventBody AgentUserEvent required
      The prompt from the user to the Agent.
    • entity_diff AgentEntityDiff optional
      Entities to add or remove from the agent.
    • timestamp string required
      When the event occurred.
    • type string required
    • id string required
      The UUID of the event
    • isSynthetic boolean required
      True when the event was synthesized by the backend rather than submitted directly by the user or agent runtime.
    • type string required