Skip to content

Commit 264dbde

Browse files
anticomputerCopilot
andcommitted
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

File tree

examples/taskflows/CVE-2023-2283.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ taskflow:
1818
toolboxes:
1919
- seclab_taskflow_agent.toolboxes.memcache
2020
- task:
21-
model: gpt_latest
21+
model: gpt_default
2222
must_complete: false
2323
agents:
2424
- seclab_taskflow_agent.personalities.c_auditer

0 commit comments

Comments
 (0)