mirror of
https://github.com/openai/codex.git
synced 2026-04-26 07:35:29 +00:00
Add support for fork, resume
# Conflicts: # codex-rs/app-server-protocol/schema/typescript/v2/ThreadForkParams.ts # codex-rs/app-server-protocol/schema/typescript/v2/ThreadResumeParams.ts # codex-rs/app-server-protocol/src/protocol/v2.rs # codex-rs/app-server/tests/suite/v2/thread_fork.rs
This commit is contained in:
@@ -1081,6 +1081,12 @@
|
||||
},
|
||||
"threadId": {
|
||||
"type": "string"
|
||||
},
|
||||
"userInstructions": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
||||
Reference in New Issue
Block a user