Partager via


AzureOpenAIPromptExecutionSettings.AzureChatDataSource Property

Definition

An abstraction of additional settings for chat completion, see https://learn.microsoft.com/en-us/dotnet/api/azure.ai.openai.azurechatextensionsoptions. This property is compatible only with Azure OpenAI.

[System.Text.Json.Serialization.JsonIgnore]
public Azure.AI.OpenAI.Chat.AzureChatDataSource? AzureChatDataSource { get; set; }
[<System.Text.Json.Serialization.JsonIgnore>]
member this.AzureChatDataSource : Azure.AI.OpenAI.Chat.AzureChatDataSource with get, set
Public Property AzureChatDataSource As AzureChatDataSource

Property Value

Azure.AI.OpenAI.Chat.AzureChatDataSource
Attributes

Applies to