mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
TUI app-server
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"message": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"threadId": {
|
||||
"type": "string"
|
||||
},
|
||||
"turnId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success",
|
||||
"threadId",
|
||||
"turnId"
|
||||
],
|
||||
"title": "ThreadUndoCompletedNotification",
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user