Method: OpenAI::Models::Chat::ChatCompletion#object
- Defined in:
- lib/openai/models/chat/chat_completion.rb
#object ⇒ Symbol, :"chat.completion"
The object type, which is always chat.completion.
39 |
# File 'lib/openai/models/chat/chat_completion.rb', line 39 required :object, const: :"chat.completion" |