You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no public exposure for some of openai protocol types (e.g. StreamingResponseOutputItemAddedUpdate). One could not instantiate such a type.
some of members (like ResponseCreationOptions.Stream) are not public.
Workaround today is to rely on the reflection, but that will easily break the consumers. So we should move from using OpenAI SDK sooner rather than later.