Class: RbsGoose::Configuration::LLMConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbs_goose/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client


11
12
13
# File 'lib/rbs_goose/configuration.rb', line 11

def client
  @client
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode


11
12
13
# File 'lib/rbs_goose/configuration.rb', line 11

def mode
  @mode
end