Module: LLM::DeepSeek::ResponseAdapter::Image

Defined in:
lib/llm/providers/deepseek/response_adapter/image.rb

Instance Method Summary collapse

Instance Method Details

#imagesObject



5
6
7
# File 'lib/llm/providers/deepseek/response_adapter/image.rb', line 5

def images
  [StringIO.new(content!.svg)]
end