Share via


KnowledgeAgentModelKind Struct

Definition

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.

Applies to