Method: AzureOpenaiClient::ChatCompletionsCreateRequest.openapi_nullable

Defined in:
lib/azure_openai_client/models/chat_completions_create_request.rb

.openapi_nullableObject

List of attributes with nullable: true



90
91
92
93
94
95
96
97
98
# File 'lib/azure_openai_client/models/chat_completions_create_request.rb', line 90

def self.openapi_nullable
  Set.new([
    :'temperature',
    :'top_p',
    :'n',
    :'stream',
    :'logit_bias',
  ])
end