docs: recipe parameters in desktop (#3326)

This commit is contained in:
dianed-square
2025-07-09 15:38:34 -07:00
committed by GitHub
parent c81cf6fb3a
commit 1e6aa15649
2 changed files with 26 additions and 11 deletions

View File

@@ -64,6 +64,8 @@ Each parameter in the `parameters` array has the following structure:
- `optional`: Can be omitted if a default value is specified
- `user_prompt`: Will interactively prompt the user for input if not provided
The `required` and `optional` parameters work best for recipes opened in Goose Desktop. If a value isn't provided for a `user_prompt` parameter, the parameter won't be substituted and may appear as literal `{{ parameter_name }}` text in the recipe output.
:::important
- Optional parameters MUST have a default value specified
- Required parameters cannot have default values