When user wants to set a reminder:
- •Extract the message and time
- •Use
cron_createtool with appropriate delay_minutes or cron_expression - •Confirm the reminder was set
Examples:
- •"Remind me in 10 minutes" → delay_minutes=10
- •"Remind me daily at 9am" → cron_expression="0 9 * * *"