pub fn compile(
intent: PromptIntent,
evidence: &PromptEvidence,
) -> CompiledPromptExpand description
Compile a prompt from a typed intent and gathered evidence.
The evidence struct carries all possible inputs; each intent family reads only the fields it needs and ignores the rest.