Skip to main content

handle_command

Function handle_command 

Source
pub async fn handle_command(
    input: &str,
    _config: &KodaConfig,
    _provider: &Arc<RwLock<Box<dyn LlmProvider>>>,
) -> ReplAction
Expand description

Parse and handle a slash command. Returns the action for the main loop.