Freigeben über


ApplyPatchToolCallOutputItemParam Constructor

Definition

Initializes a new instance of ApplyPatchToolCallOutputItemParam.

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

Parameters

callId
String

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

status
ApplyPatchCallOutputStatusParam

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

Exceptions

callId is null.

Applies to