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
The ElicitationHandler is an asynchronous method that will be called when the server requests additional information.
40
40
The ElicitationHandler must request input from the user and return the data in a format that matches the requested schema.
@@ -43,7 +43,9 @@ This will be highly dependent on the client application and how it interacts wit
43
43
If the user provides the requested information, the ElicitationHandler should return an [ElicitResult] with the action set to "accept" and the content containing the user's input.
44
44
If the user does not provide the requested information, the ElicitationHandler should return an [ElicitResult] with the action set to "reject" and no content.
0 commit comments