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
Is your feature request related to a problem? Please describe.
For now, using createMessages() can easily send sampling request from server. However, it can only be sent out silently without user interfere.
Describe the solution you'd like
Provide some mechanism to display sampling request to user (in the chat) and allow update before sent out.
Describe alternatives you've considered
Please let me know how to achieve it if it's already available. I tried the server notification APIs, can't find a way to display messages in the chat from server.
Additional context
I'm using vscode github copilot