We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60c99b commit 86039abCopy full SHA for 86039ab
schema/draft/schema.ts
@@ -1371,10 +1371,10 @@ export interface ElicitResult extends Result {
1371
/**
1372
* The user action in response to the elicitation.
1373
* - "accept": User submitted the form/confirmed the action
1374
- * - "reject": User explicitly rejected the action
+ * - "decline": User explicitly decline the action
1375
* - "cancel": User dismissed without making an explicit choice
1376
*/
1377
- action: "accept" | "reject" | "cancel";
+ action: "accept" | "decline" | "cancel";
1378
1379
1380
* The submitted form data, only present when action is "accept".
0 commit comments