pub async fn handle_command(
input: &str,
_config: &KodaConfig,
_provider: &Arc<RwLock<Box<dyn LlmProvider>>>,
) -> ReplActionExpand description
Parse and handle a slash command. Returns the action for the main loop.
pub async fn handle_command(
input: &str,
_config: &KodaConfig,
_provider: &Arc<RwLock<Box<dyn LlmProvider>>>,
) -> ReplActionParse and handle a slash command. Returns the action for the main loop.