From 26a6448170fcde00ff581ce01729cae228a356f9 Mon Sep 17 00:00:00 2001 From: Rizel Scarlett Date: Wed, 18 Feb 2026 18:37:25 -0500 Subject: [PATCH] docs: document Desktop UI recipe editing for model/provider and extensions (#7327) --- documentation/src/components/RecipeFields.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/documentation/src/components/RecipeFields.js b/documentation/src/components/RecipeFields.js index 5994ef0ae1..7bfe4e83d4 100644 --- a/documentation/src/components/RecipeFields.js +++ b/documentation/src/components/RecipeFields.js @@ -6,9 +6,15 @@ const RecipeFields = () => {
  • Title and description
  • Instructions that tell goose what to do
  • Initial prompt to pre-fill the chat input
  • -
  • Message to display at the top of the recipe and activity buttons for users to click
  • -
  • Parameters to accept dynamic values
  • -
  • Response JSON schema for structured output in automations
  • +
  • Advanced Options (expand to access): + +
  • ); };