Skip to content

Commit 86039ab

Browse files
committed
rename reject to decline in draft spec to refelct the 2025-06-18 spec
1 parent f60c99b commit 86039ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/draft/schema.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,10 +1371,10 @@ export interface ElicitResult extends Result {
13711371
/**
13721372
* The user action in response to the elicitation.
13731373
* - "accept": User submitted the form/confirmed the action
1374-
* - "reject": User explicitly rejected the action
1374+
* - "decline": User explicitly decline the action
13751375
* - "cancel": User dismissed without making an explicit choice
13761376
*/
1377-
action: "accept" | "reject" | "cancel";
1377+
action: "accept" | "decline" | "cancel";
13781378

13791379
/**
13801380
* The submitted form data, only present when action is "accept".

0 commit comments

Comments
 (0)