enable cronjobs in messaging platforms

This commit is contained in:
teknium1 2026-02-21 12:46:18 -08:00
parent 0729ef7353
commit 79b62497d1
3 changed files with 11 additions and 6 deletions

View file

@ -84,7 +84,7 @@ TOOLSETS = {
},
"cronjob": {
"description": "Cronjob management tools - schedule, list, and remove automated tasks (CLI-only)",
"description": "Cronjob management tools - schedule, list, and remove automated tasks",
"tools": ["schedule_cronjob", "list_cronjobs", "remove_cronjob"],
"includes": []
},