struct
AI::OpenAI::Responses::ApplyPatchCall
- AI::OpenAI::Responses::ApplyPatchCall
- Struct
- Value
- Object
Overview
Apply patch call
Included Modules
- JSON::Serializable
Defined in:
ai/openai/responses/openai_responses_api.crConstructors
- .new(call_id : String, status : String, operation : ApplyPatchOperation, id : String | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #call_id : String
- #id : String | Nil
- #operation : ApplyPatchOperation
- #status : String
- #type : String
Constructor Detail
def self.new(call_id : String, status : String, operation : ApplyPatchOperation, id : String | Nil = nil)
#