mirror of
https://github.com/openai/codex.git
synced 2026-04-27 16:15:09 +00:00
codex: address PR review feedback (#14988)
This commit is contained in:
@@ -725,9 +725,17 @@
|
||||
"CommandExecutionOutputDeltaNotification": {
|
||||
"properties": {
|
||||
"delta": {
|
||||
"description": "Raw bytes from the command stream (may not be valid UTF-8).",
|
||||
"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"
|
||||
},
|
||||
@@ -2392,11 +2400,6 @@
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"formattedOutput": {
|
||||
"default": "",
|
||||
"description": "The command's output after applying the model-facing formatter/truncation policy.",
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user