Skip to main content

run_query

Function run_query 

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

Run a single query and return the response Note: event_bridge is accepted for API consistency but not used in single-query mode