2 references to ValidateChatResponse
Microsoft.Extensions.AI.Integration.Tests (2)
ImageGeneratingChatClientIntegrationTests.cs (2)
76return ValidateChatResponse(await chatClient.GetStreamingResponseAsync(messages, options).ToChatResponseAsync()); 80return ValidateChatResponse(await chatClient.GetResponseAsync(messages, options));