Class: LiterLlm::Image

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeImage

Returns a new instance of Image.

Parameters:

  • url: (String)
  • b64_json: (String)
  • revised_prompt: (String)


412
# File 'sig/types.rbs', line 412

def initialize: (?url: String, ?b64_json: String, ?revised_prompt: String) -> void

Instance Attribute Details

#b64_jsonString? (readonly)

Returns the value of attribute b64_json.

Returns:

  • (String, nil)


409
410
411
# File 'sig/types.rbs', line 409

def b64_json
  @b64_json
end

#revised_promptString? (readonly)

Returns the value of attribute revised_prompt.

Returns:

  • (String, nil)


410
411
412
# File 'sig/types.rbs', line 410

def revised_prompt
  @revised_prompt
end

#urlString? (readonly)

Returns the value of attribute url.

Returns:

  • (String, nil)


408
409
410
# File 'sig/types.rbs', line 408

def url
  @url
end