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