mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
Add thread compact start v2 RPC and fixtures
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"threadId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"threadId"
|
||||
],
|
||||
"title": "ThreadCompactStartParams",
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user