Skip to main content

build_system_prompt

Function build_system_prompt 

Source
pub async fn build_system_prompt(
    roots_path: &Path,
    instructions: Vec<ServerInstructions>,
    prompt_patterns: Vec<String>,
) -> Result<String, String>