pub async fn resolve_completions(
completions: Vec<VariableCompletion>,
context: BTreeMap<String, String>,
) -> impl Stream<Item = (f64, Result<Vec<String>, String>)>
Expand description
Fetches suggestions from variable completions by executing their commands
Returns a stream where each item is a tuple of (score_boost, result)