WEBVTT

assistant-01
00:00:00.000 --> 00:00:06.267
Step 1. Integration demo: this labeled test panel calls the real app handlers, not a native assistant UI.

assistant-02
00:00:06.267 --> 00:00:11.433
Step 1. In normal use, a compatible browser assistant must expose these optional tools.

assistant-03
00:00:11.433 --> 00:00:16.467
Step 2. list_tasks reads saved task details and IDs without changing them.

assistant-04
00:00:16.467 --> 00:00:22.267
Step 3. create_task accepts a title plus optional notes, list, priority, and due date.

assistant-05
00:00:22.267 --> 00:00:27.533
Step 3. Run create_task. The actual app saves the new task and shows All tasks.

assistant-06
00:00:27.533 --> 00:00:33.833
Step 4. set_task_completed uses a task ID and true or false to complete or reopen it.

assistant-07
00:00:33.833 --> 00:00:39.733
Step 5. Verify the checked task in the app. Without tool support, use the normal task interface.
