Method: OpenAI::Internal::Type::FileInput.===
- Defined in:
- lib/openai/internal/type/file_input.rb
.===(other) ⇒ Boolean
25 26 27 28 29 30 31 32 |
# File 'lib/openai/internal/type/file_input.rb', line 25 def self.===(other) case other in Pathname | StringIO | IO | String | OpenAI::FilePart true else false end end |