Method: AzureOpenaiClient::Configuration#return_binary_data
- Defined in:
- lib/azure_openai_client/configuration.rb
#return_binary_data ⇒ Object
Set this to return data as binary instead of downloading a temp file. When enabled (set to true) HTTP responses with return type ‘File` will be returned as a stream of binary data. Default to false.
73 74 75 |
# File 'lib/azure_openai_client/configuration.rb', line 73 def return_binary_data @return_binary_data end |