Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AgentBackendEventToolCall

AgentBackendEventToolCall

    A tool call made by the agent assistant.

    Properties

    • id string required
      Tool call identifier.
    • name string required
      Tool name.
    • args map[string]object required
      Tool arguments.
    • execution_mode enum optional
      Where this specific tool call must be executed. Omitted means the task default applies (‘cloud’ unless the task was created with ‘cli’). When set to ‘cli’ or ‘worker’, the agent’s turn ends with the containing assistant message (is_final=true) and an external executor must run this tool call and reply with a ToolResult user event to resume the turn: ‘cli’ is a real local pulumi neo client, ‘worker’ is a managed worker the service launches. Different tool calls within the same assistant message may independently target ‘cloud’, ‘cli’, or ‘worker’.
      Values: cloud, cli, worker

      The infrastructure as code platform for any cloud.