Quick Summary
In the cron tool, there are the following properties and descriptions
"deliver": map[string]any{
"type": "boolean",
"description": "If true, send message directly to channel. If false, let agent process message (for complex tasks). Default: true",
},
In the cron tool, the default for deliver is true. If the value for deliver is not explicitly specified when the LLM calls the cron tool, it will result in only sending the task description without actually executing the task.
Quick Summary
In the cron tool, there are the following properties and descriptions
In the cron tool, the default for
deliveris true. If the value fordeliveris not explicitly specified when the LLM calls the cron tool, it will result in only sending the task description without actually executing the task.