Hi,
I’m currently working on implementing a streaming chatbot with function call capabilities using C# and the official 2.1.0 OpenAI NuGet. I’m following the example provided in the official GitHub repository: Example04_FunctionCallingStreamingAsync.cs
However, I’ve hit a roadblock. On line 40 of the example, there is a call to StreamingChatToolCallsBuilder
. The problem is that this class does not exist in the library.
I’ve searched through the documentation and issues in the repository but can’t seem to figure out what I’m missing or how to proceed.
Has anyone encountered this issue before? Is the example outdated or referencing something that hasn’t been released yet? Any help or pointers would be greatly appreciated.
Thanks in advance!