4 references to ChatClientExtensions
Microsoft.Extensions.AI.Abstractions.Tests (4)
ChatCompletion\ChatClientExtensionsTests.cs (4)
19_ = ChatClientExtensions.CompleteAsync(null!, "hello"); 24_ = ChatClientExtensions.CompleteAsync(new TestChatClient(), null!); 33_ = ChatClientExtensions.CompleteStreamingAsync(null!, "hello"); 38_ = ChatClientExtensions.CompleteStreamingAsync(new TestChatClient(), null!);