fix default value True

This commit is contained in:
archlinux 2026-04-01 23:25:11 +08:00 committed by Xubin Ren
parent 73e80b199a
commit 2e3cb5b20e

View File

@ -101,7 +101,7 @@ class CronTool(Tool):
"deliver": {
"type": "boolean",
"description": "Whether to deliver the execution result to the user channel (default true)",
"default": true
"default": True
},
},
"required": ["action"],