Method: OpenAI::Models::Chat::ChatCompletionContentPartText#text
- Defined in:
- lib/openai/models/chat/chat_completion_content_part_text.rb
#text ⇒ String
The text content.
11 |
# File 'lib/openai/models/chat/chat_completion_content_part_text.rb', line 11 required :text, String |