Udostępnij przez


KnowledgeSourceIngestionParameters.ChatCompletionModel Property

Definition

Optional chat completion model for image verbalization or context extraction. Please note KnowledgeBaseModel 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 KnowledgeBaseAzureOpenAIModel.

public Azure.Search.Documents.Indexes.Models.KnowledgeBaseModel ChatCompletionModel { get; set; }
member this.ChatCompletionModel : Azure.Search.Documents.Indexes.Models.KnowledgeBaseModel with get, set
Public Property ChatCompletionModel As KnowledgeBaseModel

Property Value

Applies to