invoke_cli_for_digest

Function invoke_cli_for_digest 

Source
async fn invoke_cli_for_digest(
    cli_path: &str,
    prompt: &str,
    meta: &HashMap<String, Value>,
) -> Result<String, String>
Expand description

Invoke the Claude CLI with a prompt and extract the text response. Uses -p --output-format stream-json --verbose (non-interactive mode).