Class: LLM::Shell::Command::ShowChat

Inherits:
LLM::Shell::Command show all
Defined in:
lib/llm/shell/commands/show_chat.rb

Instance Method Summary collapse

Methods inherited from LLM::Shell::Command

builtin?, description, enabled?, inherited, #initialize, name

Constructor Details

This class inherits a constructor from LLM::Shell::Command

Instance Method Details

#callvoid

This method returns an undefined value.

Emits the full chat history to standard output



11
12
13
14
# File 'lib/llm/shell/commands/show_chat.rb', line 11

def call
  clear_screen
  emit
end