Module: OllamaChat::CommandConcern

Extended by:
Tins::Concern
Included in:
Chat
Defined in:
lib/ollama_chat/command_concern.rb

Overview

Provides a DSL for registering and handling commands within the OllamaChat application. The concern defines a command class method that stores command metadata and a Command helper class that encapsulates execution logic.

Defined Under Namespace

Classes: Command