Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/guides/recipes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/guides/recipes/recipe-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/guides/recipes/session-recipes.md
Original file line number Diff line number Diff line change
@@ -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"
---

Expand Down
1 change: 1 addition & 0 deletions documentation/src/components/RecipeFields.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Loading