From ffbf75d74087a0a1d1b1db08aadc4e77065bd4fc Mon Sep 17 00:00:00 2001 From: Michael Behr Date: Sat, 17 Jan 2026 09:14:33 -0500 Subject: [PATCH] update description --- src/agents/tools/cron-tool.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agents/tools/cron-tool.ts b/src/agents/tools/cron-tool.ts index a84a2b774..4ef5e4924 100644 --- a/src/agents/tools/cron-tool.ts +++ b/src/agents/tools/cron-tool.ts @@ -126,7 +126,7 @@ export function createCronTool(opts?: CronToolOptions): AnyAgentTool { label: "Cron", name: "cron", description: - "Manage Gateway cron jobs (status/list/add/update/remove/run/runs) and send wake events. Use `jobId` as the canonical identifier; `id` is accepted for compatibility.", + "Manage Gateway cron jobs (status/list/add/update/remove/run/runs) and send wake events. Use `jobId` as the canonical identifier; `id` is accepted for compatibility. Use `contextMessages` to add previous messages as context to the job text.", parameters: CronToolSchema, execute: async (_toolCallId, args) => { const params = args as Record;