ApplyPatchToolCallItemParam 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 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.