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)
45if (_expectedInput.Body is not null) 52AssertEqualNormalized(_expectedInput.Body, actualInput);