feat: add recipes, a custom goose agent configuration (#2115)
This commit is contained in:
@@ -92,4 +92,10 @@ impl PromptManager {
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
/// Get the recipe prompt
|
||||
pub async fn get_recipe_prompt(&self) -> String {
|
||||
let context: HashMap<&str, Value> = HashMap::new();
|
||||
prompt_template::render_global_file("recipe.md", &context).expect("Prompt should render")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user