mirror of
http://10.0.2.1:3031/sauer/claude-code.git
synced 2026-06-30 16:26:58 +10:00
9 lines
280 B
TypeScript
9 lines
280 B
TypeScript
|
|
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
|
||
|
|
`
|