12 references to GetResponseAsync
Microsoft.Extensions.AI.Integration.Tests (12)
ImageGeneratingChatClientIntegrationTests.cs (12)
127var response = await GetResponseAsync(useStreaming,
165var response = await GetResponseAsync(useStreaming,
199var firstResponse = await GetResponseAsync(useStreaming, chatHistory, chatOptions);
204var secondResponse = await GetResponseAsync(useStreaming, chatHistory, chatOptions);
249var firstResponse = await GetResponseAsync(useStreaming, chatHistory, chatOptions);
254var secondResponse = await GetResponseAsync(useStreaming, chatHistory, chatOptions);
259var thirdResponse = await GetResponseAsync(useStreaming, chatHistory, chatOptions);
294var firstResponse = await GetResponseAsync(useStreaming, chatHistory, chatOptions);
299var secondResponse = await GetResponseAsync(useStreaming, chatHistory, chatOptions);
304var thirdResponse = await GetResponseAsync(useStreaming, chatHistory, chatOptions);
340var response = await GetResponseAsync(useStreaming,
377await GetResponseAsync(useStreaming,