Skip to content

Commit 144bed2

Browse files
committed
change content type in ElicitResult
1 parent 447a56f commit 144bed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/draft/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ export interface ElicitResult extends Result {
13361336
* The submitted form data, only present when action is "accept".
13371337
* Contains values matching the requested schema.
13381338
*/
1339-
content?: { [key: string]: unknown };
1339+
content?: { [key: string]: string | number | boolean };
13401340
}
13411341

13421342
/* Client messages */

0 commit comments

Comments
 (0)