Add To-Do
Add an item to the session task list using TaskCreate.
Arguments
- •
description(required): What needs to be done
Steps
- •Parse the user's description into a clear, actionable task
- •Use
TaskCreatewith:- •
subject: Short imperative title (e.g., "Fix login redirect on mobile") - •
description: Fuller context from the user's input — what, why, and any details mentioned - •
activeForm: Present continuous form (e.g., "Fixing login redirect")
- •
- •Confirm the task was added