From 2f99c08fed43b6c56897af911e5f43cc1e57430c Mon Sep 17 00:00:00 2001 From: Emma Youndtsmith <90283317+emma-squared@users.noreply.github.com> Date: Wed, 9 Jul 2025 13:38:02 -0500 Subject: [PATCH] Structured output in Goose CLI and Goose Desktop (#3320) Co-authored-by: Rizel Scarlett --- documentation/docs/guides/recipes/recipe-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/guides/recipes/recipe-reference.md b/documentation/docs/guides/recipes/recipe-reference.md index 7728e4c1..b53699dd 100644 --- a/documentation/docs/guides/recipes/recipe-reference.md +++ b/documentation/docs/guides/recipes/recipe-reference.md @@ -141,7 +141,7 @@ The `response` field enables recipes to enforce a final structured JSON output f 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 **Enables automation** by returning consistent, parseable results for scripts and workflows. +This **enables automation** by returning consistent, parseable results for scripts and workflows. Recipes can produce structured output when run from either the Goose CLI or Goose Desktop. ### Basic Structure