docs: restructure recipe reference (#5972)

This commit is contained in:
dianed-square
2025-12-11 14:51:41 -08:00
committed by GitHub
parent 94ad9acae8
commit 04c3c9dbf1
2 changed files with 619 additions and 552 deletions
File diff suppressed because it is too large Load Diff
@@ -588,11 +588,11 @@ retry:
- Recipe execution starts over
4. Process continues until either success or max retries reached
See the [Recipe Reference Guide](/docs/guides/recipes/recipe-reference#automated-retry-with-success-validation) for complete retry configuration options and examples.
See the [Recipe Reference Guide](/docs/guides/recipes/recipe-reference#retry) for complete retry configuration options and examples.
### Structured Output for Automation
Recipes can enforce [structured JSON output](/docs/guides/recipes/recipe-reference#structured-output-with-response), making them ideal for automation workflows that need to parse and process agent responses reliably. Key benefits include:
Recipes can enforce [structured JSON output](/docs/guides/recipes/recipe-reference#response), making them ideal for automation workflows that need to parse and process agent responses reliably. Key benefits include:
- **Reliable parsing**: Consistent JSON format for scripts, automation, and CI/CD pipelines
- **Built-in validation**: Ensures output matches your requirements