Share via


KnowledgeAgent.Models Property

Definition

Contains configuration options on how to connect to AI models. Please note KnowledgeAgentModel is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include KnowledgeAgentAzureOpenAIModel.

public System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.KnowledgeAgentModel> Models { get; }
member this.Models : System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.KnowledgeAgentModel>
Public ReadOnly Property Models As IList(Of KnowledgeAgentModel)

Property Value

Applies to