We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c2af9 commit 780ef2aCopy full SHA for 780ef2a
examples/taskflows/example.yaml
@@ -5,9 +5,13 @@ seclab-taskflow-agent:
5
version: 1
6
filetype: taskflow
7
8
+# Import settings from a model_config file.
9
+model_config: examples.model_configs.model_config
10
+
11
taskflow:
12
- task:
13
# taskflows can optionally choose any of the support CAPI models for a task
14
+ model: gpt_default
15
# taskflows can optionally limit the max allowed number of Agent task loop
16
# iterations to complete a task, this defaults to 50 when not provided
17
max_steps: 20
0 commit comments