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
pub async fn run_query(
project_path: &Path,
query: &str,
provider: ProviderType,
model: Option<String>,
) -> AgentResult<String>Run a single query and return the response