mirror of
https://github.com/openai/codex.git
synced 2026-05-15 08:42:34 +00:00
17 lines
294 B
JSON
Generated
17 lines
294 B
JSON
Generated
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"queuedTurnId": {
|
|
"type": "string"
|
|
},
|
|
"threadId": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"queuedTurnId",
|
|
"threadId"
|
|
],
|
|
"title": "ThreadQueueDeleteParams",
|
|
"type": "object"
|
|
} |