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
Let's support interacting with a WebSocket connection in a client API.
This begs the following questions:
How and where do we store a history of websocket messages during a currently open connection? How do we show them in the UI?
When you load a WebSocket connection from history, should we show past messages you sent in some way?
Can we use AI Request feature to generate message payloads?
How will a websocket connection be rendered in the debug tab? What changes are necessary to the client library to create a trace for a websocket connection?
Feel free to chime in with additional considerations for websocket support!
The text was updated successfully, but these errors were encountered:
Let's support interacting with a WebSocket connection in a client API.
This begs the following questions:
Feel free to chime in with additional considerations for websocket support!
The text was updated successfully, but these errors were encountered: