Class: Roseflow::OpenAI::Choice

Inherits:
Dry::Struct
  • Object
show all
Defined in:
lib/roseflow/openai/response.rb

Overview

Image

Instance Method Summary collapse

Instance Method Details

#to_sObject



115
116
117
118
# File 'lib/roseflow/openai/response.rb', line 115

def to_s
  return message.content if message
  return text if text
end