feat: Structured output for recipes (#3188)

This commit is contained in:
Jarrod Sibbison
2025-07-02 12:16:57 +10:00
committed by GitHub
parent 620474b76e
commit 0a00b0f588
13 changed files with 754 additions and 7 deletions

View File

@@ -47,6 +47,7 @@ pub async fn agent_generator(
scheduled_job_id: None,
quiet: false,
sub_recipes: None,
final_output_response: None,
})
.await;