OpenAI::ApplyPatchUpdateFileOperation
Inherits JSON::Serializable < Reference < Object
Instruction describing how to update a file via the apply_patch tool.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : ApplyPatchUpdateFileOperationType = ApplyPatchUpdateFileOperationType::UpdateFile, path : String = "", diff : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value=(type_value : ApplyPatchUpdateFileOperationType)
Update an existing file with the provided diff.