init
This commit is contained in:
commit
ec53fcbe95
1905 changed files with 513762 additions and 0 deletions
8
tools/TaskStopTool/prompt.ts
Normal file
8
tools/TaskStopTool/prompt.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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
|
||||
`
|
||||
Loading…
Add table
Add a link
Reference in a new issue