docs: update reusable recipes docs (#8232)

Signed-off-by: Angie Jones <angie@Angies-MacBook-Pro.local>
Co-authored-by: Angie Jones <angie@Angies-MacBook-Pro.local>
This commit is contained in:
Angie Jones
2026-04-01 09:31:17 -04:00
committed by GitHub
parent a58ae1b146
commit 84b4d13287
5 changed files with 5 additions and 4 deletions
@@ -183,7 +183,7 @@ Sometimes the right move is to reduce instead of add, and this new version ended
To fully automate this workflow, you must schedule your recipe. To fully automate this workflow, you must schedule your recipe.
In goose Desktop, open the `recipe` section, click the `calendar icon` , and choose when it should run (I set mine to 10 AM daily). In goose Desktop, open the `recipe` section, click the `calendar icon` , and choose when it should run (I set mine to 10 AM daily).
You can read more in the [Shareable Recipes Guide](https://block.github.io/goose/docs/guides/recipes/session-recipes#schedule-recipe). You can read more in the [Reusable Recipes Guide](https://block.github.io/goose/docs/guides/recipes/session-recipes#schedule-recipe).
::: :::
<details> <details>
+1 -1
View File
@@ -29,7 +29,7 @@ import VideoCarousel from '@site/src/components/VideoCarousel';
<h2 className={styles.categoryTitle}>📚 Documentation & Guides</h2> <h2 className={styles.categoryTitle}>📚 Documentation & Guides</h2>
<div className={styles.cardGrid}> <div className={styles.cardGrid}>
<Card <Card
title="Shareable Recipes" title="Reusable Recipes"
description="Share a goose session setup (including tools, goals, and instructions) as a reusable recipe that others can launch with a single click." description="Share a goose session setup (including tools, goals, and instructions) as a reusable recipe that others can launch with a single click."
link="/docs/guides/recipes/session-recipes" link="/docs/guides/recipes/session-recipes"
/> />
@@ -20,7 +20,7 @@ Recipes can be defined in:
`.yml` files aren't supported by goose CLI. `.yml` files aren't supported by goose CLI.
::: :::
See [Shareable Recipes](/docs/guides/recipes/session-recipes) to learn how to create, use, and manage recipes. See [Reusable Recipes](/docs/guides/recipes/session-recipes) to learn how to create, use, and manage recipes.
## Recipe Location ## Recipe Location
@@ -1,6 +1,6 @@
--- ---
sidebar_position: 1 sidebar_position: 1
title: Shareable Recipes title: Reusable Recipes
description: "Share a goose session setup (including tools, goals, and instructions) as a reusable recipe that others can launch with a single click" description: "Share a goose session setup (including tools, goals, and instructions) as a reusable recipe that others can launch with a single click"
--- ---
@@ -13,6 +13,7 @@ const RecipeFields = () => {
<li><strong>Model and provider</strong> to specify which provider and model the recipe should use</li> <li><strong>Model and provider</strong> to specify which provider and model the recipe should use</li>
<li><strong>Extensions</strong> to select which tools are available</li> <li><strong>Extensions</strong> to select which tools are available</li>
<li><strong>Response JSON schema</strong> for <a href="/goose/docs/guides/recipes/session-recipes#structured-output-for-automation">structured output in automations</a></li> <li><strong>Response JSON schema</strong> for <a href="/goose/docs/guides/recipes/session-recipes#structured-output-for-automation">structured output in automations</a></li>
<li><strong>Subrecipes</strong> to attach existing subrecipes or create a new one inline</li>
</ul> </ul>
</li> </li>
</ul> </ul>