OpenAI::ApplyPatchDeleteFileOperationParam
Inherits JSON::Serializable < Reference < Object
Instruction for deleting an existing file via the apply_patch tool.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : ApplyPatchDeleteFileOperationParamType = ApplyPatchDeleteFileOperationParamType::DeleteFile, path : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value=(type_value : ApplyPatchDeleteFileOperationParamType)
The operation type. Always delete_file.
validate!
Source