mirror of
https://github.com/openai/codex.git
synced 2026-05-02 02:17:22 +00:00
17 lines
356 B
JSON
Generated
17 lines
356 B
JSON
Generated
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"cwds": {
|
|
"description": "When omitted or empty, defaults to the current session working directory.",
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"type": [
|
|
"array",
|
|
"null"
|
|
]
|
|
}
|
|
},
|
|
"title": "HooksListParams",
|
|
"type": "object"
|
|
} |