Class: LiterLlm::Image
- Inherits:
-
Object
- Object
- LiterLlm::Image
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#b64_json ⇒ String?
Returns the value of attribute b64_json.
-
#revised_prompt ⇒ String?
Returns the value of attribute revised_prompt.
-
#url ⇒ String?
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ Image
constructor
A new instance of Image.
Constructor Details
#initialize ⇒ Image
Returns a new instance of Image.
304 |
# File 'sig/types.rbs', line 304
def initialize: (?url: String, ?b64_json: String, ?revised_prompt: String) -> void
|
Instance Attribute Details
#b64_json ⇒ String?
Returns the value of attribute b64_json.
301 302 303 |
# File 'sig/types.rbs', line 301 def b64_json @b64_json end |
#revised_prompt ⇒ String?
Returns the value of attribute revised_prompt.
302 303 304 |
# File 'sig/types.rbs', line 302 def revised_prompt @revised_prompt end |
#url ⇒ String?
Returns the value of attribute url.
300 301 302 |
# File 'sig/types.rbs', line 300 def url @url end |