pub fn search_operations(
conn: &Connection,
query: &str,
limit: usize,
) -> Result<Value>Expand description
Semantic similarity lookup matching a natural-language query against candidate API operations (PRD §1.5) — so an LLM never needs the full OpenAPI spec in context to find the right operation.