OutputItem 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.
The OutputItem. Please note this is the abstract base class. The derived classes available for instantiation are: StructuredOutputsOutputItem, WorkflowActionOutputItem, OAuthConsentRequestOutputItem, MemorySearchToolCallItemResource, BingGroundingToolCall, BingGroundingToolCallOutput, SharepointGroundingToolCall, SharepointGroundingToolCallOutput, AzureAISearchToolCall, AzureAISearchToolCallOutput, BingCustomSearchToolCall, BingCustomSearchToolCallOutput, OpenApiToolCall, OpenApiToolCallOutput, BrowserAutomationToolCall, BrowserAutomationToolCallOutput, FabricDataAgentToolCall, FabricDataAgentToolCallOutput, AzureFunctionToolCall, AzureFunctionToolCallOutput, A2AToolCall, A2AToolCallOutput, OutputItemCustomToolCall, OutputItemCustomToolCallOutput, OutputItemFileSearchToolCall, OutputItemFunctionToolCall, OutputItemFunctionToolCallOutput, OutputItemWebSearchToolCall, OutputItemComputerToolCall, OutputItemComputerToolCallOutput, OutputItemReasoningItem, OutputItemToolSearchCall, OutputItemToolSearchOutput, OutputItemCompactionBody, OutputItemImageGenToolCall, OutputItemCodeInterpreterToolCall, OutputItemLocalShellToolCall, OutputItemLocalShellToolCallOutput, OutputItemFunctionShellCall, OutputItemFunctionShellCallOutput, OutputItemApplyPatchToolCall, OutputItemApplyPatchToolCallOutput, OutputItemMcpToolCall, OutputItemMcpListTools, OutputItemMcpApprovalRequest, OutputItemMcpApprovalResponseResource, and OutputItemMessage.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.AgentServer.Responses.Models.UnknownOutputItem))]
public abstract class OutputItem : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.OutputItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.OutputItem>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.AgentServer.Responses.Models.UnknownOutputItem))>]
type OutputItem = class
interface IJsonModel<OutputItem>
interface IPersistableModel<OutputItem>
Public MustInherit Class OutputItem
Implements IJsonModel(Of OutputItem), IPersistableModel(Of OutputItem)
- Inheritance
-
OutputItem
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AgentReference |
The agent that created the item. |
| CreatedBy |
The information about the creator of the item To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). <remarks> Supported types: </remarks>Examples:
|
| ResponseId |
The response on which the item is created. |
Methods
Explicit Interface Implementations
Extension Methods
| Name | Description |
|---|---|
| GetId(OutputItem) |
Gets the |