prompt.ts
1 export const TASK_STOP_TOOL_NAME = 'TaskStop' 2 3 export const DESCRIPTION = ` 4 - Stops a running background task by its ID 5 - Takes a task_id parameter identifying the task to stop 6 - Returns a success or failure status 7 - Use this tool when you need to terminate a long-running task 8 `