5 references to ChatClientExtensions
Microsoft.Extensions.AI.Abstractions.Tests (5)
ChatCompletion\ChatClientExtensionsTests.cs (5)
17Assert.Throws<ArgumentNullException>("client", () => ChatClientExtensions.GetService<object>(null!)); 25_ = ChatClientExtensions.CompleteAsync(null!, "hello"); 30_ = ChatClientExtensions.CompleteAsync(new TestChatClient(), null!); 39_ = ChatClientExtensions.CompleteStreamingAsync(null!, "hello"); 44_ = ChatClientExtensions.CompleteStreamingAsync(new TestChatClient(), null!);