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
We should support events, i.e. a method that accepts a request but returns one or more responses over an indefinite period of time. The simplest syntax might be to use event rather than method but otherwise use the same syntax as methods.
We should support events, i.e. a method that accepts a request but returns one or more responses over an indefinite period of time. The simplest syntax might be to use
event
rather thanmethod
but otherwise use the same syntax as methods.See also server-sent events in MDN, server streaming RPCs in gRPC, and streaming in the OpenAI API.
The text was updated successfully, but these errors were encountered: