PersistentAgentsToolChoiceOptionMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |