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:
@@ -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.
|
||||
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>
|
||||
|
||||
@@ -29,7 +29,7 @@ import VideoCarousel from '@site/src/components/VideoCarousel';
|
||||
<h2 className={styles.categoryTitle}>📚 Documentation & Guides</h2>
|
||||
<div className={styles.cardGrid}>
|
||||
<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."
|
||||
link="/docs/guides/recipes/session-recipes"
|
||||
/>
|
||||
|
||||
@@ -20,7 +20,7 @@ Recipes can be defined in:
|
||||
`.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
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
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"
|
||||
---
|
||||
|
||||
|
||||
@@ -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>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>Subrecipes</strong> to attach existing subrecipes or create a new one inline</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user