fix default value True
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user