PersistentAgentsModelFactory.RunStepDeltaComputerUseToolCall Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.