struct

AI::OpenAI::Responses::ApplyPatchOperation

Inherits JSON::Serializable < Struct < Value < Object

Constructors

create_file(path : String, diff : String) : ApplyPatchOperation
Source
delete_file(path : String) : ApplyPatchOperation
Source
new(type : String, path : String, diff : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
update_file(path : String, diff : String) : ApplyPatchOperation
Source

Instance methods

diff
Source
path
Source
type
Source