Skip to main content

compile

Function compile 

Source
pub fn compile(
    intent: PromptIntent,
    evidence: &PromptEvidence,
) -> CompiledPrompt
Expand 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.