KnowledgeAgentModelKind 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.
The AI model to be used for query planning.
public readonly struct KnowledgeAgentModelKind : IEquatable<Azure.Search.Documents.Indexes.Models.KnowledgeAgentModelKind>
type KnowledgeAgentModelKind = struct
Public Structure KnowledgeAgentModelKind
Implements IEquatable(Of KnowledgeAgentModelKind)
- Inheritance
-
KnowledgeAgentModelKind
- Implements
Constructors
KnowledgeAgentModelKind(String) |
Initializes a new instance of KnowledgeAgentModelKind. |
Properties
AzureOpenAI |
Use Azure Open AI models for query planning. |
Methods
Equals(KnowledgeAgentModelKind) |
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(KnowledgeAgentModelKind, KnowledgeAgentModelKind) |
Determines if two KnowledgeAgentModelKind values are the same. |
Implicit(String to KnowledgeAgentModelKind) |
Converts a String to a KnowledgeAgentModelKind. |
Inequality(KnowledgeAgentModelKind, KnowledgeAgentModelKind) |
Determines if two KnowledgeAgentModelKind values are not the same. |