mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +00:00
14 lines
300 B
JSON
Generated
14 lines
300 B
JSON
Generated
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "Close an open write handle and discard its temporary file.",
|
|
"properties": {
|
|
"handleId": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"handleId"
|
|
],
|
|
"title": "FsWriteFileCloseParams",
|
|
"type": "object"
|
|
} |