Skip to content

Commit 9fd43e6

Browse files
YOYO NEW API SPEC!
1 parent 82633f8 commit 9fd43e6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

spec.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26738,11 +26738,6 @@
2673826738
"type": "number",
2673926739
"format": "money-usd"
2674026740
},
26741-
"deleted": {
26742-
"description": "Always true for a deleted object.",
26743-
"default": false,
26744-
"type": "boolean"
26745-
},
2674626741
"id": {
2674726742
"description": "Unique identifier for the object.",
2674826743
"type": "string"
@@ -31252,6 +31247,13 @@
3125231247
"enum": [
3125331248
"bye"
3125431249
]
31250+
},
31251+
{
31252+
"description": "Interrupt the current prompt that is being processed.",
31253+
"type": "string",
31254+
"enum": [
31255+
"interrupt"
31256+
]
3125531257
}
3125631258
]
3125731259
},

0 commit comments

Comments
 (0)