3 references to GetResponseAsync
Microsoft.Extensions.AI (1)
ChatCompletion\ChatClientStructuredOutputExtensions.cs (1)
80
GetResponseAsync
<T>(chatClient, [chatMessage], options, useJsonSchemaResponseFormat, cancellationToken);
Microsoft.Extensions.DataIngestion (2)
Processors\ImageAlternativeTextEnricher.cs (1)
98
ChatResponse<string[]> response = await _options.ChatClient.
GetResponseAsync
<string[]>(
Utils\Batching.cs (1)
38
ChatResponse<TMetadata[]> response = await options.ChatClient.
GetResponseAsync
<TMetadata[]>(