Class: Phaseo::Gen::ProviderOptions
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::ProviderOptions
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
- #anthropic ⇒ Hash{String => Object}?
- #google ⇒ Hash{String => Object}?
- #openai ⇒ Hash{String => Object}?
Instance Attribute Details
#anthropic ⇒ Hash{String => Object}?
1487 |
# File 'lib/gen/models.rb', line 1487 ProviderOptions = Struct.new(:anthropic, :google, :openai, keyword_init: true) |
#google ⇒ Hash{String => Object}?
1487 |
# File 'lib/gen/models.rb', line 1487 ProviderOptions = Struct.new(:anthropic, :google, :openai, keyword_init: true) |
#openai ⇒ Hash{String => Object}?
1487 |
# File 'lib/gen/models.rb', line 1487 ProviderOptions = Struct.new(:anthropic, :google, :openai, keyword_init: true) |