summaryrefslogtreecommitdiff
path: root/packages/server/src/tools/shell.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/server/src/tools/shell.json')
-rw-r--r--packages/server/src/tools/shell.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/server/src/tools/shell.json b/packages/server/src/tools/shell.json
deleted file mode 100644
index a4c018c7..00000000
--- a/packages/server/src/tools/shell.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "type": "object",
- "properties": {
- "command": {
- "description": "Exact bash command to execute as `bash -c <command>`",
- "type": "string"
- },
- "description": {
- "description": "Brief description of the command for the user. Be specific and concise. Ideally a single sentence. Can be up to 3 sentences for clarity. No line breaks.",
- "type": "string"
- },
- "directory": {
- "description": "(OPTIONAL) Directory to run the command in, if not the project root directory. Must be relative to the project root directory and must already exist.",
- "type": "string"
- }
- },
- "required": ["command"]
-}