OutputItemType Struct

Definition

public readonly struct OutputItemType : IEquatable<Azure.AI.AgentServer.Responses.Models.OutputItemType>
type OutputItemType = struct
Public Structure OutputItemType
Implements IEquatable(Of OutputItemType)
Inheritance
OutputItemType
Implements

Constructors

Name Description
OutputItemType(String)

Initializes a new instance of OutputItemType.

Properties

Name Description
A2aPreviewCall

Gets the A2aPreviewCall.

A2aPreviewCallOutput

Gets the A2aPreviewCallOutput.

ApplyPatchCall

Gets the ApplyPatchCall.

ApplyPatchCallOutput

Gets the ApplyPatchCallOutput.

AzureAiSearchCall

Gets the AzureAiSearchCall.

AzureAiSearchCallOutput

Gets the AzureAiSearchCallOutput.

AzureFunctionCall

Gets the AzureFunctionCall.

AzureFunctionCallOutput

Gets the AzureFunctionCallOutput.

BingCustomSearchPreviewCall

Gets the BingCustomSearchPreviewCall.

BingCustomSearchPreviewCallOutput

Gets the BingCustomSearchPreviewCallOutput.

BingGroundingCall

Gets the BingGroundingCall.

BingGroundingCallOutput

Gets the BingGroundingCallOutput.

BrowserAutomationPreviewCall

Gets the BrowserAutomationPreviewCall.

BrowserAutomationPreviewCallOutput

Gets the BrowserAutomationPreviewCallOutput.

CodeInterpreterCall

Gets the CodeInterpreterCall.

Compaction

Gets the Compaction.

ComputerCall

Gets the ComputerCall.

ComputerCallOutput

Gets the ComputerCallOutput.

CustomToolCall

Gets the CustomToolCall.

CustomToolCallOutput

Gets the CustomToolCallOutput.

FabricDataagentPreviewCall

Gets the FabricDataagentPreviewCall.

FabricDataagentPreviewCallOutput

Gets the FabricDataagentPreviewCallOutput.

FileSearchCall

Gets the FileSearchCall.

FunctionCall

Gets the FunctionCall.

FunctionCallOutput

Gets the FunctionCallOutput.

ImageGenerationCall

Gets the ImageGenerationCall.

LocalShellCall

Gets the LocalShellCall.

LocalShellCallOutput

Gets the LocalShellCallOutput.

McpApprovalRequest

Gets the McpApprovalRequest.

McpApprovalResponse

Gets the McpApprovalResponse.

McpCall

Gets the McpCall.

McpListTools

Gets the McpListTools.

MemorySearchCall

Gets the MemorySearchCall.

Message

Gets the Message.

OauthConsentRequest

Gets the OauthConsentRequest.

OpenapiCall

Gets the OpenapiCall.

OpenapiCallOutput

Gets the OpenapiCallOutput.

OutputMessage

Gets the OutputMessage.

Reasoning

Gets the Reasoning.

SharepointGroundingPreviewCall

Gets the SharepointGroundingPreviewCall.

SharepointGroundingPreviewCallOutput

Gets the SharepointGroundingPreviewCallOutput.

ShellCall

Gets the ShellCall.

ShellCallOutput

Gets the ShellCallOutput.

StructuredOutputs

Gets the StructuredOutputs.

ToolSearchCall

Gets the ToolSearchCall.

ToolSearchOutput

Gets the ToolSearchOutput.

WebSearchCall

Gets the WebSearchCall.

WorkflowAction

Gets the WorkflowAction.

Methods

Name Description
Equals(OutputItemType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(OutputItemType, OutputItemType)

Determines if two OutputItemType values are the same.

Implicit(String to Nullable<OutputItemType>)
Implicit(String to OutputItemType)

Converts a string to a OutputItemType.

Inequality(OutputItemType, OutputItemType)

Determines if two OutputItemType values are not the same.

Applies to