File size: 280 Bytes
064bfd6 | 1 2 3 4 5 6 7 8 9 | export const TASK_STOP_TOOL_NAME = 'TaskStop'
export const DESCRIPTION = `
- Stops a running background task by its ID
- Takes a task_id parameter identifying the task to stop
- Returns a success or failure status
- Use this tool when you need to terminate a long-running task
`
|