Skip to main content

execute_query

Function execute_query 

Source
pub async fn execute_query(
    prompt: &str,
    options: QueryOptions,
) -> Result<QueryResultWithCLI>
Expand description

Execute a query against the QwenCode CLI with full process communication

This spawns the CLI process, sends the query via stdin, and reads responses from stdout into a message stream.