OpenAI::ApplyPatchDeleteFileOperation
Inherits JSON::Serializable < Reference < Object
Instruction describing how to delete a file via the apply_patch tool.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : ApplyPatchDeleteFileOperationType = ApplyPatchDeleteFileOperationType::DeleteFile, path : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source