Skip to content

ComputerToolCall

This docs was updated at: 2026-03-21

com.paragon.responses.spec.ComputerToolCall  ·  Class

Extends ToolCall  ·  Implements Item, ResponseOutput


A tool call to a computer use tool. See the computer use guide for more information: https://platform.openai.com/docs/guides/tools-computer-use

Methods

ComputerToolCall

public ComputerToolCall(
      @NonNull ComputerUseAction action,
      @NonNull String id,
      @NonNull String callId,
      @NonNull List<PendingSafetyCheck> pendingSafetyChecks,
      @NonNull ComputerToolCallStatus status)

Parameters

Name Description
action action to perform in the computer being used
callId An identifier used when responding to the tool call with output.
pendingSafetyChecks The pending safety checks for the computer call.
status The status of the item. One of in_progress, completed, or incomplete. Populated when items are returned via API.