FunctionAndCustomToolCallOutputType Struct

Definition

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

Constructors

Name Description
FunctionAndCustomToolCallOutputType(String)

Initializes a new instance of FunctionAndCustomToolCallOutputType.

Properties

Name Description
InputFile

Gets the InputFile.

InputImage

Gets the InputImage.

InputText

Gets the InputText.

Methods

Name Description
Equals(FunctionAndCustomToolCallOutputType)

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(FunctionAndCustomToolCallOutputType, FunctionAndCustomToolCallOutputType)

Determines if two FunctionAndCustomToolCallOutputType values are the same.

Implicit(String to FunctionAndCustomToolCallOutputType)

Converts a string to a FunctionAndCustomToolCallOutputType.

Implicit(String to Nullable<FunctionAndCustomToolCallOutputType>)
Inequality(FunctionAndCustomToolCallOutputType, FunctionAndCustomToolCallOutputType)

Determines if two FunctionAndCustomToolCallOutputType values are not the same.

Applies to