ApplyPatchToolCallOutputItemParam Constructor
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 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.
The status of the apply patch tool call output. One of completed or failed.
Exceptions
callId is null.