Add schedule skill
This commit is contained in:
+1
-1
@@ -35,4 +35,4 @@ Decide whether the task is recurring or one-off:
|
|||||||
|
|
||||||
**IMPORTANT: Cron expressions run in the user's local machine timezone, NOT UTC.** Use local times directly in the cron expression. For example, if the user asks for "8am every Friday", use `0 8 * * 5` — do NOT convert to UTC.
|
**IMPORTANT: Cron expressions run in the user's local machine timezone, NOT UTC.** Use local times directly in the cron expression. For example, if the user asks for "8am every Friday", use `0 8 * * 5` — do NOT convert to UTC.
|
||||||
|
|
||||||
Finally, call the "create_scheduled_task" tool.
|
Finally, call the "create_scheduled_task" tool.
|
||||||
|
|||||||
Reference in New Issue
Block a user