1 write to Body
Microsoft.Extensions.AI.Integration.Tests (1)
VerbatimHttpHandler.cs (1)
32
: this(new HttpHandlerExpectedInput {
Body
= expectedInput }, expectedOutput, validateExpectedResponse)
2 references to Body
Microsoft.Extensions.AI.Integration.Tests (2)
VerbatimHttpHandler.cs (2)
46
if (_expectedInput.
Body
is not null)
53
AssertEqualNormalized(_expectedInput.
Body
, actualInput);