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