ApplyPatchDeleteFileOperationParam interface
Instruction for deleting an existing file via the apply_patch tool.
- Extends
Properties
| path | Path of the file to delete relative to the workspace root. |
| type | The operation type. Always |
Property Details
path
Path of the file to delete relative to the workspace root.
path: string
Property Value
string
type
The operation type. Always delete_file.
type: "delete_file"
Property Value
"delete_file"