Class: Roseflow::OpenRouter::Choice

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



49
50
51
52
# File 'lib/roseflow/open_router/response.rb', line 49

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