struct
AI::OpenAI::Responses::ApplyPatchOperation
- AI::OpenAI::Responses::ApplyPatchOperation
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
ai/openai/responses/openai_responses_api.crConstructors
- .create_file(path : String, diff : String) : ApplyPatchOperation
- .delete_file(path : String) : ApplyPatchOperation
- .new(type : String, path : String, diff : String | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .update_file(path : String, diff : String) : ApplyPatchOperation