Freigeben über


ApplyPatchToolCallItemParam Constructor

Definition

Initializes a new instance of ApplyPatchToolCallItemParam.

public ApplyPatchToolCallItemParam(string callId, Azure.AI.AgentServer.Responses.Models.ApplyPatchCallStatusParam status, Azure.AI.AgentServer.Responses.Models.ApplyPatchOperationParam operation);
new Azure.AI.AgentServer.Responses.Models.ApplyPatchToolCallItemParam : string * Azure.AI.AgentServer.Responses.Models.ApplyPatchCallStatusParam * Azure.AI.AgentServer.Responses.Models.ApplyPatchOperationParam -> Azure.AI.AgentServer.Responses.Models.ApplyPatchToolCallItemParam
Public Sub New (callId As String, status As ApplyPatchCallStatusParam, operation As ApplyPatchOperationParam)

Parameters

callId
String

The unique ID of the apply patch tool call generated by the model.

status
ApplyPatchCallStatusParam

The status of the apply patch tool call. One of in_progress or completed.

operation
ApplyPatchOperationParam

The specific create, delete, or update instruction for the apply_patch tool call.

Exceptions

callId or operation is null.

Applies to