ItemFieldApplyPatchToolCall 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 ItemFieldApplyPatchToolCall : Azure.AI.AgentServer.Responses.Models.ItemField, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ItemFieldApplyPatchToolCall>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ItemFieldApplyPatchToolCall>
type ItemFieldApplyPatchToolCall = class
inherit ItemField
interface IJsonModel<ItemFieldApplyPatchToolCall>
interface IPersistableModel<ItemFieldApplyPatchToolCall>
Public Class ItemFieldApplyPatchToolCall
Inherits ItemField
Implements IJsonModel(Of ItemFieldApplyPatchToolCall), IPersistableModel(Of ItemFieldApplyPatchToolCall)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| CallId |
The unique ID of the apply patch tool call generated by the model. |
| CreatedBy |
The ID of the entity that created this tool call. |
| Id |
The unique ID of the apply patch tool call. Populated when this item is returned via API. |
| Operation |
One of the create_file, delete_file, or update_file operations applied via apply_patch. |
| Status |
The status of the apply patch tool call. One of |