mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
codex: address PR review feedback (#14988)
This commit is contained in:
@@ -2,6 +2,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.",
|
||||
"type": "string"
|
||||
},
|
||||
"threadId": {
|
||||
|
||||
Reference in New Issue
Block a user