From e701350f5db048d0a16e85f5c3a9bd0a546f4b16 Mon Sep 17 00:00:00 2001 From: Peter Willemsen Date: Thu, 5 Feb 2026 13:37:57 +0100 Subject: [PATCH] Added the ability to escape Jinja variables in recipes to include them in prompts (#6975) Signed-off-by: Peter Willemsen --- crates/goose/src/recipe/template_recipe.rs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/crates/goose/src/recipe/template_recipe.rs b/crates/goose/src/recipe/template_recipe.rs index c46842be..f127c4c6 100644 --- a/crates/goose/src/recipe/template_recipe.rs +++ b/crates/goose/src/recipe/template_recipe.rs @@ -41,6 +41,12 @@ fn filter_unparseable_variables(template_variables: &[String]) -> Result