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
I was surprised that it's _unknown() even though the internal type is response.output_text.annotation.added which I think should belong to isOutPutTextAnnotationAdded
this is how I invoked the call:
apiClient().responses().createStreaming(params).subscribe(e -> {
if (even.isOutPutTextAnnotationAdded()){...}
})