Compartir a través de


PersistentAgentsModelFactory.RunStepDeltaComputerUseToolCall Method

Definition

Initializes a new instance of RunStepDeltaComputerUseToolCall.

public static Azure.AI.Agents.Persistent.RunStepDeltaComputerUseToolCall RunStepDeltaComputerUseToolCall(int index = 0, string id = default, Azure.AI.Agents.Persistent.RunStepDeltaComputerUseDetails computerUsePreview = default);
static member RunStepDeltaComputerUseToolCall : int * string * Azure.AI.Agents.Persistent.RunStepDeltaComputerUseDetails -> Azure.AI.Agents.Persistent.RunStepDeltaComputerUseToolCall
Public Shared Function RunStepDeltaComputerUseToolCall (Optional index As Integer = 0, Optional id As String = Nothing, Optional computerUsePreview As RunStepDeltaComputerUseDetails = Nothing) As RunStepDeltaComputerUseToolCall

Parameters

index
Int32

The index of the tool call detail in the run step's tool_calls array.

id
String

The ID of the tool call, used when submitting outputs to the run.

computerUsePreview
RunStepDeltaComputerUseDetails

The computer use data for the tool call.

Returns

A new RunStepDeltaComputerUseToolCall instance for mocking.

Applies to