Commit 264dbde
fix(examples): use a defined model label in CVE-2023-2283 taskflow
The second task referenced `gpt_latest`, which is not defined in the taskflow's
model_config (only `gpt_default` is), so it would resolve to a literal, non-
existent provider id and fail at runtime. Point it at `gpt_default`. The offline
linter now reports the whole example corpus clean under --strict.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 84e5460 commit 264dbde
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments