Compartilhar via


AzureChatExtensions.AddDataSource Method

Definition

public static void AddDataSource (this OpenAI.Chat.ChatCompletionOptions options, Azure.AI.OpenAI.Chat.ChatDataSource dataSource);
static member AddDataSource : OpenAI.Chat.ChatCompletionOptions * Azure.AI.OpenAI.Chat.ChatDataSource -> unit
<Extension()>
Public Sub AddDataSource (options As ChatCompletionOptions, dataSource As ChatDataSource)

Parameters

options
OpenAI.Chat.ChatCompletionOptions
dataSource
ChatDataSource

Applies to