1 write to ChatClient
Microsoft.Extensions.DataIngestion (1)
Processors\EnricherOptions.cs (1)
21
ChatClient
= 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
"/>.
48
internal EnricherOptions Clone() => new(
ChatClient
)
Processors\ImageAlternativeTextEnricher.cs (1)
98
ChatResponse<string[]> response = await _options.
ChatClient
.GetResponseAsync<string[]>(
Utils\Batching.cs (1)
40
ChatResponse<TMetadata[]> response = await options.
ChatClient
.GetResponseAsync<TMetadata[]>(