Class: RubyLLM::Agents::SystemConfigController Private
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- RubyLLM::Agents::SystemConfigController
- Defined in:
- app/controllers/ruby_llm/agents/system_config_controller.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Controller for displaying system configuration
Shows all configuration options from RubyLLM::Agents.configuration in a read-only dashboard view.
Instance Method Summary collapse
-
#show ⇒ void
private
Displays the system configuration.
Instance Method Details
#show ⇒ void
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This method returns an undefined value.
Displays the system configuration
15 16 17 |
# File 'app/controllers/ruby_llm/agents/system_config_controller.rb', line 15 def show @config = RubyLLM::Agents.configuration end |