Skip to main content

forge_resolve

Function forge_resolve 

Source
pub fn forge_resolve(
    cx: &mut Cx,
    target: &dyn EvalFabric,
    prose: &str,
    policy: PromotePolicy,
) -> Result<CompiledIntent>
Expand description

Resolves prose through an empty in-memory intent library.

Callers that need compile-once reuse across calls should keep a ForgeResolver or call forge_resolve_with_options with their own IntentLibrary.