Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.
Open
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
1 change: 1 addition & 0 deletions PR_NOTE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# PR for Recipe Improvements
1 change: 0 additions & 1 deletion recipes/recipe_executor/build_component.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"recipe_path": "recipes/codebase_generator/generate_code.json",
"context_overrides": {
"model": "openai:o3-mini",
"output_root": "output",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removing this breaks existing desired behavior, if we want to add support for overriding, please change it to accept the context value and default to the current value of output.

"output_path": "recipe_executor{{component_path}}",
"language": "python",
"spec": "{{spec}}",
Expand Down