pub fn query_graph_text( g: &mut QueryGraph, question: &str, mode: &str, depth: usize, token_budget: usize, context_filters: &[String], ) -> String