ItemField 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.
An item representing a message, tool call, tool output, reasoning, or other response element. Please note this is the abstract base class. The derived classes available for instantiation are: ItemFieldMessage, ItemFieldFunctionToolCall, ItemFieldToolSearchCall, ItemFieldToolSearchOutput, ItemFieldFunctionToolCallOutput, ItemFieldFileSearchToolCall, ItemFieldWebSearchToolCall, ItemFieldImageGenToolCall, ItemFieldComputerToolCall, ItemFieldComputerToolCallOutput, ItemFieldReasoningItem, ItemFieldCompactionBody, ItemFieldCodeInterpreterToolCall, ItemFieldLocalShellToolCall, ItemFieldLocalShellToolCallOutput, ItemFieldFunctionShellCall, ItemFieldFunctionShellCallOutput, ItemFieldApplyPatchToolCall, ItemFieldApplyPatchToolCallOutput, ItemFieldMcpListTools, ItemFieldMcpApprovalRequest, ItemFieldMcpApprovalResponseResource, ItemFieldMcpToolCall, ItemFieldCustomToolCall, and ItemFieldCustomToolCallOutput.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.AgentServer.Responses.Models.UnknownItemField))]
public abstract class ItemField : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ItemField>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ItemField>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.AgentServer.Responses.Models.UnknownItemField))>]
type ItemField = class
interface IJsonModel<ItemField>
interface IPersistableModel<ItemField>
Public MustInherit Class ItemField
Implements IJsonModel(Of ItemField), IPersistableModel(Of ItemField)
- Inheritance
-
ItemField
- Derived
- Attributes
- Implements