Share via


PersistentAgentsResponseFormatMode Struct

Definition

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

public readonly struct PersistentAgentsResponseFormatMode : IEquatable<Azure.AI.Agents.Persistent.PersistentAgentsResponseFormatMode>
type PersistentAgentsResponseFormatMode = struct
Public Structure PersistentAgentsResponseFormatMode
Implements IEquatable(Of PersistentAgentsResponseFormatMode)
Inheritance
PersistentAgentsResponseFormatMode
Implements

Constructors

PersistentAgentsResponseFormatMode(String)

Initializes a new instance of PersistentAgentsResponseFormatMode.

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(PersistentAgentsResponseFormatMode)

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

Determines if two PersistentAgentsResponseFormatMode values are the same.

Implicit(String to PersistentAgentsResponseFormatMode)

Converts a String to a PersistentAgentsResponseFormatMode.

Inequality(PersistentAgentsResponseFormatMode, PersistentAgentsResponseFormatMode)

Determines if two PersistentAgentsResponseFormatMode values are not the same.

Applies to