Class: Langchain::LLM::UnifiedParameters::Null

Inherits:
Langchain::LLM::UnifiedParameters show all
Defined in:
lib/langchain/llm/unified_parameters.rb

Instance Attribute Summary

Attributes inherited from Langchain::LLM::UnifiedParameters

#aliases, #ignored, #parameters, #remapped, #schema

Instance Method Summary collapse

Methods inherited from Langchain::LLM::UnifiedParameters

#<=>, #[], #alias_field, #each, #ignore, #remap, #to_h, #to_params, #update

Constructor Details

#initialize(parameters: {}) ⇒ Null

Returns a new instance of Null.



10
11
12
# File 'lib/langchain/llm/unified_parameters.rb', line 10

def initialize(parameters: {})
  super(schema: {}, parameters: parameters)
end