Skip to content

[BUG] Cron tasks may occasionally fail to execute and only send task descriptions #1568

@alexhoshina

Description

@alexhoshina

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions