mirror of
https://github.com/openai/codex.git
synced 2026-05-25 05:24:37 +00:00
15 lines
411 B
JSON
Generated
15 lines
411 B
JSON
Generated
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "Inspect dirty state for the repository containing \\`cwd\\`.",
|
|
"properties": {
|
|
"cwd": {
|
|
"description": "Repository-relative workspace cwd to inspect. Omitted uses app-server's effective cwd.",
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
}
|
|
},
|
|
"title": "WorktreeInspectSourceParams",
|
|
"type": "object"
|
|
} |