mirror of
https://github.com/openai/codex.git
synced 2026-06-01 19:02:59 +00:00
feat: add durable app-server queued turns
This commit is contained in:
20
codex-rs/app-server-protocol/schema/json/v2/ThreadQueueReorderParams.json
generated
Normal file
20
codex-rs/app-server-protocol/schema/json/v2/ThreadQueueReorderParams.json
generated
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"queuedTurnIds": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"threadId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"queuedTurnIds",
|
||||
"threadId"
|
||||
],
|
||||
"title": "ThreadQueueReorderParams",
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user