次の方法で共有


AgentsApiToolChoiceOptionMode Struct

Definition

Specifies how the tool choice will be used.

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

Constructors

AgentsApiToolChoiceOptionMode(String)

Initializes a new instance of AgentsApiToolChoiceOptionMode.

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

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

Determines if two AgentsApiToolChoiceOptionMode values are the same.

Implicit(String to AgentsApiToolChoiceOptionMode)

Converts a String to a AgentsApiToolChoiceOptionMode.

Inequality(AgentsApiToolChoiceOptionMode, AgentsApiToolChoiceOptionMode)

Determines if two AgentsApiToolChoiceOptionMode values are not the same.

Applies to