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