Class: Phaseo::Gen::ProviderOptions

Inherits:
Struct
  • Object
show all
Defined in:
lib/gen/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#anthropicHash{String => Object}?

Returns:

  • (Hash{String => Object}, nil)


1487
# File 'lib/gen/models.rb', line 1487

ProviderOptions = Struct.new(:anthropic, :google, :openai, keyword_init: true)

#googleHash{String => Object}?

Returns:

  • (Hash{String => Object}, nil)


1487
# File 'lib/gen/models.rb', line 1487

ProviderOptions = Struct.new(:anthropic, :google, :openai, keyword_init: true)

#openaiHash{String => Object}?

Returns:

  • (Hash{String => Object}, nil)


1487
# File 'lib/gen/models.rb', line 1487

ProviderOptions = Struct.new(:anthropic, :google, :openai, keyword_init: true)