Class: RubyLLM::Agents::SystemConfigController Private

Inherits:
ApplicationController
  • Object
show all
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

Instance Method Details

#showvoid

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