2 references to GetStreamingResponse
Microsoft.Extensions.AI.OpenAI.Tests (2)
OpenAISerializationTests.cs (2)
700
await OpenAISerializationHelpers.SerializeStreamingAsync(stream,
GetStreamingResponse
(), options: JsonContextWithFunctionArgument.Default.Options);
705
await Assert.ThrowsAsync<NotSupportedException>(() => OpenAISerializationHelpers.SerializeStreamingAsync(stream,
GetStreamingResponse
(), options: JsonContextWithoutFunctionArgument.Default.Options));