1 write to ChatClient
Microsoft.Extensions.DataIngestion (1)
Processors\EnricherOptions.cs (1)
21ChatClient = Throw.IfNull(chatClient);
4 references to ChatClient
Microsoft.Extensions.DataIngestion (4)
Processors\EnricherOptions.cs (2)
30/// Gets or sets the options for the <see cref="ChatClient"/>. 48internal EnricherOptions Clone() => new(ChatClient)
Processors\ImageAlternativeTextEnricher.cs (1)
98ChatResponse<string[]> response = await _options.ChatClient.GetResponseAsync<string[]>(
Utils\Batching.cs (1)
40ChatResponse<TMetadata[]> response = await options.ChatClient.GetResponseAsync<TMetadata[]>(