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