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