From 4ac47d94d30bb99144d800e6e395d4b5b035e29f Mon Sep 17 00:00:00 2001 From: Peter Willemsen Date: Thu, 5 Feb 2026 11:16:16 +0100 Subject: [PATCH] Added the ability to escape Jinja variables in recipes to include them in prompts 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 4490d2ffcd9f..53e4ec40c7d1 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