Method: OpenAI::Models::Chat::ChatCompletionMessage#role
- Defined in:
- lib/openai/models/chat/chat_completion_message.rb
#role ⇒ Symbol, :assistant
The role of the author of this message.
29 |
# File 'lib/openai/models/chat/chat_completion_message.rb', line 29 required :role, const: :assistant |