Skip to main content

is_current_query

Function is_current_query 

Source
pub fn is_current_query(query: &str) -> bool
Expand description

True when the query asks for the current/latest value of something, e.g. “What’s my current favorite coffee?”.

Only such queries trigger post-retrieval temporal resolution (EpisodicStore::resolve_current); all other queries take the deterministic score order unchanged.