Skip to content

Commit

Permalink
Update specs/extensions/openapi-extensions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Musale Martin <[email protected]>
  • Loading branch information
baywet and musale authored Jul 12, 2024
1 parent ccd6778 commit 3b07dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/extensions/openapi-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ paths:
## x-openai-isConsequential
Specifies whether a confirmation dialog should be displayed before running the operation. Possible values are:
true: must always prompt the user for confirmation before running and don't show "Alaways allow" button
true: must always prompt the user for confirmation before running and don't show "Always allow" button
false: it will show the prompt for confirmation with the "Always allow" button
If the `x-openai-isConsequential` is not present, all GET operation will default to `false` and show the "Always allow" button; all other operations will default to `true` and must always prompt the user for confirmation.
Expand Down

0 comments on commit 3b07dcb

Please sign in to comment.