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

AgentBackendEventChangeEntities

    An event sent from the agent backend to the client during an agent task execution.

    Properties

    • changes AgentEntityDiff required
      Changes the agent wants to make to the Task’s entity list.
    • 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.
    • timestamp string required
      When the event occurred.
    • type string required