Define the shape of each result. Values are type hints the LLM interprets.
A — Deterministic
Goal used directly as queries. LLM only for extraction. Cheapest & fastest.
B — LLM-Guided
LLM generates queries, scores relevance, iterates until sufficient. Most thorough.
C — Hybrid
LLM generates queries, then deterministic pipeline. Best balance.