你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PersistentAgentsToolChoiceOptionMode Struct

Definition

Specifies how the tool choice will be used.

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

Constructors

PersistentAgentsToolChoiceOptionMode(String)

Initializes a new instance of PersistentAgentsToolChoiceOptionMode.

Properties

Auto

The model can pick between generating a message or calling a function.

None

The model will not call a function and instead generates a message.

Methods

Equals(PersistentAgentsToolChoiceOptionMode)

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

Determines if two PersistentAgentsToolChoiceOptionMode values are the same.

Implicit(String to PersistentAgentsToolChoiceOptionMode)

Converts a String to a PersistentAgentsToolChoiceOptionMode.

Inequality(PersistentAgentsToolChoiceOptionMode, PersistentAgentsToolChoiceOptionMode)

Determines if two PersistentAgentsToolChoiceOptionMode values are not the same.

Applies to