Method: OpenAI::Models::Beta::Threads::ImageFile#file_id
- Defined in:
- lib/openai/models/beta/threads/image_file.rb
#file_id ⇒ String
The File ID of the image
in the message content. Set purpose="vision" when uploading the File if you
need to later display the file content.
14 |
# File 'lib/openai/models/beta/threads/image_file.rb', line 14 required :file_id, String |