Compartilhar via


AgentsApiResponseFormatMode Struct

Definition

Represents the mode in which the model will handle the return format of a tool call.

public readonly struct AgentsApiResponseFormatMode : IEquatable<Azure.AI.Projects.AgentsApiResponseFormatMode>
type AgentsApiResponseFormatMode = struct
Public Structure AgentsApiResponseFormatMode
Implements IEquatable(Of AgentsApiResponseFormatMode)
Inheritance
AgentsApiResponseFormatMode
Implements

Constructors

AgentsApiResponseFormatMode(String)

Initializes a new instance of AgentsApiResponseFormatMode.

Properties

Auto

Default value. Let the model handle the return format.

None

Setting the value to none, will result in a 400 Bad request.

Methods

Equals(AgentsApiResponseFormatMode)

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

Equality(AgentsApiResponseFormatMode, AgentsApiResponseFormatMode)

Determines if two AgentsApiResponseFormatMode values are the same.

Implicit(String to AgentsApiResponseFormatMode)

Converts a String to a AgentsApiResponseFormatMode.

Inequality(AgentsApiResponseFormatMode, AgentsApiResponseFormatMode)

Determines if two AgentsApiResponseFormatMode values are not the same.

Applies to