Class: LLM::Shell::Command::ShowChat
- Inherits:
-
LLM::Shell::Command
- Object
- LLM::Shell::Command
- LLM::Shell::Command::ShowChat
- Defined in:
- lib/llm/shell/commands/show_chat.rb
Instance Method Summary collapse
-
#call ⇒ void
Emits the full chat history to standard output.
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
#call ⇒ void
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 |