Method: OpenApiOpenAIClient::Image#url
- Defined in:
- lib/openapi_openai/models/image.rb
#url ⇒ Object
The URL of the generated image, if ‘response_format` is `url` (default).
23 24 25 |
# File 'lib/openapi_openai/models/image.rb', line 23 def url @url end |