run

Function run 

Source
pub async fn run(
    cli_prompt: Option<String>,
    model: Option<String>,
    system_prompt: String,
    no_history: bool,
    passthrough: bool,
) -> Result<(), AicoError>