Skill: delete-todo-task
- •Purpose: To remove a task from the in-memory todo list.
- •Description: This skill deletes a task identified by its
task_idfrom the collection. - •Parameters:
- •
task_id(integer, required): The unique identifier of the task to delete.
- •
- •Returns: A dictionary containing the
idandstatus("deleted") of the removed task. - •Usage (Conceptual):
code
skill: "delete-todo-task" { task_id: 3 }