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
In the current flow in VS Code for URL mode elicitation in response to a tool call, we ask the user to complete the elicitation and then wait for the server to notify us that it has been completed before retrying the tool call.
25-11-19cc4ab0-bab6-44ce-8a71-27c6f7826492.mp4
(just a rough cut of the design so far, going to polish it a bit this iteration)
However, the notifications/elicitation/complete is optional, so we could get stuck in this state! As a small mitigation I'm probably going to have a button that shows up after several seconds to "Retry Tool Call" but I imagine this is a common pattern for clients and it would be helpful to know if we should expect such a notification or not
Describe the bug
In the current flow in VS Code for URL mode elicitation in response to a tool call, we ask the user to complete the elicitation and then wait for the server to notify us that it has been completed before retrying the tool call.
25-11-19cc4ab0-bab6-44ce-8a71-27c6f7826492.mp4
(just a rough cut of the design so far, going to polish it a bit this iteration)
However, the
notifications/elicitation/completeis optional, so we could get stuck in this state! As a small mitigation I'm probably going to have a button that shows up after several seconds to "Retry Tool Call" but I imagine this is a common pattern for clients and it would be helpful to know if we should expect such a notification or notTo Reproduce
^
Expected behavior
^