Method: OpenAI::Models::Chat::ChatCompletionContentPartText#type
- Defined in:
- lib/openai/models/chat/chat_completion_content_part_text.rb
#type ⇒ Symbol, :text
The type of the content part.
17 |
# File 'lib/openai/models/chat/chat_completion_content_part_text.rb', line 17 required :type, const: :text |