OutputItemApplyPatchToolCallOutput Constructor

Definition

Initializes a new instance of OutputItemApplyPatchToolCallOutput.

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

Parameters

id
String

The unique ID of the apply patch tool call output. Populated when this item is returned via API.

callId
String

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

status
ApplyPatchCallOutputStatus

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

Exceptions

id or callId is null.

Applies to