How can we help?
Hi there
I'm trying to implment streaming responses with reasoning.
In the example given in the Readme, I see the following block:
if (update is StreamingResponseItemUpdate itemUpdate
&& itemUpdate.Item is ReasoningResponseItem reasoningItem)
{
Console.WriteLine($"[Reasoning] ({reasoningItem.Status})");
}
I can't find any definition for StreamingResponseItemUpdate in this package.
Am I doing something wrong or is this documentation outdated?
Thank you for your help!
https://github.com/openai/openai-dotnet?tab=readme-ov-file#how-to-use-responses-with-streaming-and-reasoning