Method: OpenAI::Model::Message#content

Defined in:
lib/openai/models/message.rb

#contentString (readonly)

Returns The content of the message in array of text and/or images.

Returns:

  • (String)

    The content of the message in array of text and/or images.



33
34
35
# File 'lib/openai/models/message.rb', line 33

def content
  @content
end