Skip to main content

build_system_prompt

Function build_system_prompt 

Source
pub fn build_system_prompt(cwd: &Path) -> String
Expand description

Builds the build-agent prompt for a working directory.

§Examples

let prompt = build_system_prompt(std::path::Path::new("."));