knowl_task_finish
Finish a verified manual work loop by submitting the taskId from knowl_task_start and a durable summary, marking the task complete exactly once.
Instructions
Finish one manual work loop exactly once after verification using the taskId from knowl_task_start. Never use for a hook-owned session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | The taskId returned by knowl_task_start. | |
| summary | Yes | Durable completion summary. |