Method: OpenAI::Models::Chat::ChatCompletionMessage#content
- Defined in:
- lib/openai/models/chat/chat_completion_message.rb
#content ⇒ String?
The contents of the message.
11 |
# File 'lib/openai/models/chat/chat_completion_message.rb', line 11 required :content, String, nil?: true |