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