Can InternalResponseReasoningSummaryTextDeltaEvent
be public?
#599
jameswoodleybetenbough
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to stream reasoning tokens to the UI as they come in, but this class on which they come in
OpenAI.Responses.InternalResponseReasoningSummaryTextDeltaEvent
is not public, so I can't match on it in code. (I'm currently serializing and then deserializing to another class I defined in order to achieve what I want.)Can this class be made public?
Beta Was this translation helpful? Give feedback.
All reactions