Method: OpenAI::Models::Chat::ChatCompletionMessage#content

Defined in:
lib/openai/models/chat/chat_completion_message.rb

#contentString?

The contents of the message.

Returns:

  • (String, nil)


11
# File 'lib/openai/models/chat/chat_completion_message.rb', line 11

required :content, String, nil?: true