Skip to content

Commit bfdce95

Browse files
Use invalid model
1 parent 1de45fc commit bfdce95

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/taskflows/example.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# SPDX-FileCopyrightText: 2025 GitHub
22
# SPDX-License-Identifier: MIT
33

4-
# Import settings from a model_config file.
5-
model_config: examples.model_configs.model_config
4+
seclab-taskflow-agent:
5+
version: 1
6+
filetype: taskflow
67

78
taskflow:
89
- task:
910
# taskflows can optionally choose any of the support CAPI models for a task
1011
model: gpt_default
1112
# taskflows can optionally limit the max allowed number of Agent task loop
1213
# iterations to complete a task, this defaults to 50 when not provided
14+
model: kevmodel
1315
max_steps: 20
1416
must_complete: true
1517
# taskflows can set a primary (first entry) and handoff (additional entries) agent

0 commit comments

Comments
 (0)