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
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 @@ -378,7 +378,7 @@ The `response` field enables recipes to enforce a final structured JSON output.
1. **Validate the output**: Validates the output JSON against your JSON schema with basic JSON schema validations
2. **Final structured output**: Ensure the final output of the agent is a response matching your JSON structure

This feature is designed for **non-interactive automation** to ensure consistent, parseable output. Recipes can produce structured output when run from either the goose CLI or goose Desktop. See [use cases and ideas for automation workflows](/docs/guides/recipes/session-recipes#response).
This feature is designed for **non-interactive automation** to ensure consistent, parseable output. Recipes can produce structured output when run from either the goose CLI or goose Desktop. See [use cases and ideas for automation workflows](/docs/guides/recipes/session-recipes#structured-output-for-automation).

#### Response Schema

Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/guides/recipes/storing-recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ When you modify and save a recipe with a new name, a new recipe and new link are
:::warning Recipe File Format
goose Desktop accepts `.yaml`, `.yml`, and `.json` files, but **the CLI only supports `.yaml` and `.json`**. For full compatibility across both interfaces, avoid `.yml` extensions.

All recipe formats follow the same [schema structure](/docs/guides/recipes/recipe-reference#recipe-structure).
All recipe formats follow the same [schema structure](/docs/guides/recipes/recipe-reference#core-recipe-schema).
:::

</TabItem>
Expand Down
Loading