From f890bacbbacee3db4e0662f1a57d5dcf062f23bb Mon Sep 17 00:00:00 2001 From: "w. ian douglas" Date: Fri, 29 Aug 2025 22:58:01 -0600 Subject: [PATCH] adding a new recipe (#4449) --- .../pages/recipes/data/recipes/simplest-recipe.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 documentation/src/pages/recipes/data/recipes/simplest-recipe.yaml diff --git a/documentation/src/pages/recipes/data/recipes/simplest-recipe.yaml b/documentation/src/pages/recipes/data/recipes/simplest-recipe.yaml new file mode 100644 index 0000000000..72af119f7e --- /dev/null +++ b/documentation/src/pages/recipes/data/recipes/simplest-recipe.yaml @@ -0,0 +1,11 @@ +version: "1.0.0" +id: greet-the-user +title: "Safe Greetings Helper" +description: "A cheerful recipe that says hello" +instructions: | + You are a helpful development assistant that can help with common tasks. + +activities: + - "greetings" + +prompt: Say hello to the user