Item 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.
Content item used to generate a response. Please note this is the abstract base class. The derived classes available for instantiation are: MemorySearchToolCallItemParam, ComputerCallOutputItemParam, FunctionCallOutputItemParam, CompactionSummaryItemParam, FunctionShellCallItemParam, FunctionShellCallOutputItemParam, ApplyPatchToolCallItemParam, ApplyPatchToolCallOutputItemParam, MCPApprovalResponse, ItemReferenceParam, ItemMessage, ItemFileSearchToolCall, ItemComputerToolCall, ItemWebSearchToolCall, ItemFunctionToolCall, ItemReasoningItem, ItemImageGenToolCall, ItemCodeInterpreterToolCall, ItemLocalShellToolCall, ItemLocalShellToolCallOutput, ItemMcpListTools, ItemMcpApprovalRequest, ItemMcpToolCall, ItemCustomToolCallOutput, ItemCustomToolCall, ToolSearchCallItemParam, and ToolSearchOutputItemParam.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.AgentServer.Responses.Models.UnknownItem))]
public abstract class Item : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.Item>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.Item>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.AgentServer.Responses.Models.UnknownItem))>]
type Item = class
interface IJsonModel<Item>
interface IPersistableModel<Item>
Public MustInherit Class Item
Implements IJsonModel(Of Item), IPersistableModel(Of Item)
- Inheritance
-
Item
- Derived
- Attributes
- Implements