Skip to main content

apply_edits

Function apply_edits 

Source
pub async fn apply_edits(
    llm: &LlmClient,
    project_dir: &Path,
    plan: &EditPlan,
    edit_prompt: &str,
    quality_bible: &str,
) -> Result<Vec<PathBuf>>
Expand description

Apply edits to files using the LLM.