Method: OpenAI::Models::Chat::ChatCompletion#object

Defined in:
lib/openai/models/chat/chat_completion.rb

#objectSymbol, :"chat.completion"

The object type, which is always chat.completion.

Returns:

  • (Symbol, :"chat.completion")


39
# File 'lib/openai/models/chat/chat_completion.rb', line 39

required :object, const: :"chat.completion"