AgentsNamedToolChoiceType 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.
Available tool types for agents named tools.
public readonly struct AgentsNamedToolChoiceType : IEquatable<Azure.AI.Projects.AgentsNamedToolChoiceType>
type AgentsNamedToolChoiceType = struct
Public Structure AgentsNamedToolChoiceType
Implements IEquatable(Of AgentsNamedToolChoiceType)
- Inheritance
-
AgentsNamedToolChoiceType
- Implements
Constructors
AgentsNamedToolChoiceType(String) |
Initializes a new instance of AgentsNamedToolChoiceType. |
Properties
AzureAISearch |
Tool type |
BingGrounding |
Tool type |
CodeInterpreter |
Tool type |
FileSearch |
Tool type |
Function |
Tool type |
MicrosoftFabric |
Tool type |
Sharepoint |
Tool type |
Methods
Equals(AgentsNamedToolChoiceType) |
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(AgentsNamedToolChoiceType, AgentsNamedToolChoiceType) |
Determines if two AgentsNamedToolChoiceType values are the same. |
Implicit(String to AgentsNamedToolChoiceType) |
Converts a String to a AgentsNamedToolChoiceType. |
Inequality(AgentsNamedToolChoiceType, AgentsNamedToolChoiceType) |
Determines if two AgentsNamedToolChoiceType values are not the same. |
Applies to
Azure SDK for .NET