AzureOpenAIPromptExecutionSettings.AzureChatDataSource Property
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.
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