12 references to GetResponseAsync
Microsoft.Extensions.AI.Integration.Tests (12)
ImageGeneratingChatClientIntegrationTests.cs (12)
128var response = await GetResponseAsync(useStreaming,
166var response = await GetResponseAsync(useStreaming,
200var firstResponse = await GetResponseAsync(useStreaming, chatHistory, chatOptions);
205var secondResponse = await GetResponseAsync(useStreaming, chatHistory, chatOptions);
250var firstResponse = await GetResponseAsync(useStreaming, chatHistory, chatOptions);
255var secondResponse = await GetResponseAsync(useStreaming, chatHistory, chatOptions);
260var thirdResponse = await GetResponseAsync(useStreaming, chatHistory, chatOptions);
295var firstResponse = await GetResponseAsync(useStreaming, chatHistory, chatOptions);
300var secondResponse = await GetResponseAsync(useStreaming, chatHistory, chatOptions);
305var thirdResponse = await GetResponseAsync(useStreaming, chatHistory, chatOptions);
341var response = await GetResponseAsync(useStreaming,
378await GetResponseAsync(useStreaming,