Skip to content

Commit 41ca84a

Browse files
YOYO NEW API SPEC!
1 parent 9124144 commit 41ca84a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

spec.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31994,6 +31994,20 @@
3199431994
"enum": [
3199531995
"interrupt"
3199631996
]
31997+
},
31998+
{
31999+
"description": "Cancel the current prompt that is being processed.",
32000+
"type": "string",
32001+
"enum": [
32002+
"cancel"
32003+
]
32004+
},
32005+
{
32006+
"description": "Answer now, which forces the AI to finish the current response.",
32007+
"type": "string",
32008+
"enum": [
32009+
"answer_now"
32010+
]
3199732011
}
3199832012
]
3199932013
},

0 commit comments

Comments
 (0)