-
Notifications
You must be signed in to change notification settings - Fork 6
Bogus change to test the updated smoketest.yml #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -5,15 +5,13 @@ seclab-taskflow-agent: | |||
| version: 1 | ||||
| filetype: taskflow | ||||
|
|
||||
| # Import settings from a model_config file. | ||||
| model_config: examples.model_configs.model_config | ||||
|
|
||||
| taskflow: | ||||
| - task: | ||||
| # taskflows can optionally choose any of the support CAPI models for a task | ||||
| model: gpt_default | ||||
| # taskflows can optionally limit the max allowed number of Agent task loop | ||||
| # iterations to complete a task, this defaults to 50 when not provided | ||||
| model: kevmodel | ||||
|
||||
| model: kevmodel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding test content to the top of the README disrupts the documentation structure. If this is intended as a temporary test, it should not be merged. If CI/CD testing is needed, consider using a separate test file or branch that doesn't modify production documentation.