Commit 54ec94e
committed
Thread BEDROCK_ISSUE_MODEL_ID through the reusable workflow
v1.5 added the issue-answer model knob to the engine but did not wire it in the
reusable workflow, so a caller couldn't set it by secret (only via .shadow.yml).
Declare BEDROCK_ISSUE_MODEL_ID as an optional secret and pass it into the
analyze job's env, mirroring BEDROCK_CRITIC_MODEL_ID. Not added to the act job
(act only posts; the footer model id comes from the analyze artifact). Caller
example documents the new secret + its structured-output constraint.1 parent 2b5f0c4 commit 54ec94e
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
155 | 158 | | |
156 | 159 | | |
157 | 160 | | |
| 161 | + | |
158 | 162 | | |
159 | 163 | | |
160 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
0 commit comments