mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-30 14:56:01 +00:00
fix default value True
This commit is contained in:
parent
73e80b199a
commit
2e3cb5b20e
@ -101,7 +101,7 @@ class CronTool(Tool):
|
|||||||
"deliver": {
|
"deliver": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Whether to deliver the execution result to the user channel (default true)",
|
"description": "Whether to deliver the execution result to the user channel (default true)",
|
||||||
"default": true
|
"default": True
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"required": ["action"],
|
"required": ["action"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user