Base:
4 references to ToString
Microsoft.Extensions.AI.Abstractions.Tests (2)
ChatCompletion\ChatResponseTests.cs (2)
179Assert.Equal(response.Choices[0].Text, response.ToString()); 202response.ToString());
Microsoft.Extensions.AI.Tests (2)
ChatCompletion\FunctionInvokingChatClientTests.cs (2)
701Assert.Equal("done!", (await service.GetResponseAsync("hey", options)).ToString()); 703Assert.Equal("done!", (await service.GetStreamingResponseAsync("hey", options).ToChatResponseAsync()).ToString());