1exportconstTASK_STOP_TOOL_NAME='TaskStop'23exportconstDESCRIPTION=`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`