ApplyPatchToolCallItemParam Class
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.
Apply patch tool call.
public class ApplyPatchToolCallItemParam : Azure.AI.AgentServer.Responses.Models.Item, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ApplyPatchToolCallItemParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ApplyPatchToolCallItemParam>
type ApplyPatchToolCallItemParam = class
inherit Item
interface IJsonModel<ApplyPatchToolCallItemParam>
interface IPersistableModel<ApplyPatchToolCallItemParam>
Public Class ApplyPatchToolCallItemParam
Inherits Item
Implements IJsonModel(Of ApplyPatchToolCallItemParam), IPersistableModel(Of ApplyPatchToolCallItemParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ApplyPatchToolCallItemParam(String, ApplyPatchCallStatusParam, ApplyPatchOperationParam) |
Initializes a new instance of ApplyPatchToolCallItemParam. |
Properties
| Name | Description |
|---|---|
| CallId |
The unique ID of the apply patch tool call generated by the model. |
| Id |
Gets or sets the Id. |
| Operation |
The specific create, delete, or update instruction for the apply_patch tool call. |
| Status |
The status of the apply patch tool call. One of |