mirror of
https://github.com/openai/codex.git
synced 2026-04-25 07:05:38 +00:00
15 lines
404 B
JSON
15 lines
404 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "Terminate a running `command/exec` session.",
|
|
"properties": {
|
|
"processId": {
|
|
"description": "Client-supplied, connection-scoped `processId` from the original `command/exec` request.",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"processId"
|
|
],
|
|
"title": "CommandExecTerminateParams",
|
|
"type": "object"
|
|
} |