mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
Merge pull request #2731 from QwenLM/feat/in-session-cron-loops
feat(cron): add in-session loop scheduling with cron tools
This commit is contained in:
commit
76d64c9464
60 changed files with 3110 additions and 41 deletions
|
|
@ -1432,9 +1432,15 @@
|
|||
}
|
||||
},
|
||||
"experimental": {
|
||||
"description": "Setting to enable experimental features",
|
||||
"description": "Settings to enable experimental features.",
|
||||
"type": "object",
|
||||
"properties": {}
|
||||
"properties": {
|
||||
"cron": {
|
||||
"description": "Enable in-session cron/loop tools (experimental). When enabled, the model can create recurring prompts using cron_create, cron_list, and cron_delete tools. Can also be enabled via QWEN_CODE_ENABLE_CRON=1 environment variable.",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"$version": {
|
||||
"type": "number",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue