run_query

Function run_query 

Source
pub async fn run_query(
    project_path: &Path,
    query: &str,
    provider: ProviderType,
    model: Option<String>,
) -> AgentResult<String>
Expand description

Run a single query and return the response