Skip to main content

assemble

Function assemble 

Source
pub fn assemble(
    spec: &Spec,
    prompt_path: &Path,
    config: &Config,
) -> Result<String>
Expand description

Assemble a prompt by substituting template variables.

This version uses default (empty) worktree context. For parallel execution in isolated worktrees, use assemble_with_context instead.