Skip to main content
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AgentRespondToTaskRequest

AgentRespondToTaskRequest

    The API payload for users responding to an existing agent task.

    Properties

    • event AgentUserEvent optional
      The event
    • entity_diff AgentEntityDiff optional
      Entities to add or remove from the agent.
    • pageContext PageContext optional
      Optional Pulumi Cloud page the user has the Neo pane open on at the moment they sent this event. Persisted with the event so cold-start replay can reproduce per-turn page context exactly. Omitted by clients with no concept of a current page (CLI, scheduled tasks, Slack, GitHub triggers, API consumers).
    • timestamp string required
      When the event occurred.
    • type string required