mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
codex: revert thread command output delta raw-bytes followup (#14988)
This commit is contained in:
@@ -6113,17 +6113,8 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"delta": {
|
||||
"description": "Best-effort UTF-8 view of the output chunk for backwards compatibility.",
|
||||
"type": "string"
|
||||
},
|
||||
"deltaBase64": {
|
||||
"default": null,
|
||||
"description": "Exact raw bytes for the chunk, base64-encoded.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"itemId": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -13151,7 +13142,7 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"command": {
|
||||
"description": "Shell command string evaluated by the thread's configured shell. Unlike `command/exec`, this intentionally preserves shell syntax such as pipes, redirects, and quoting for legacy `!` parity.",
|
||||
"description": "Shell command string evaluated by the thread's configured shell. Unlike `command/exec`, this intentionally preserves shell syntax such as pipes, redirects, and quoting.",
|
||||
"type": "string"
|
||||
},
|
||||
"threadId": {
|
||||
|
||||
Reference in New Issue
Block a user