summaryrefslogtreecommitdiff
path: root/packages/server/src/tools/tools.ts
diff options
context:
space:
mode:
authorOlcan <[email protected]>2025-04-25 14:05:58 -0700
committerGitHub <[email protected]>2025-04-25 14:05:58 -0700
commit7087c0508ea9260abaa31b0cd8f206d3b11cf21b (patch)
tree748adf1d30936ec421306bf4ad3664728011269d /packages/server/src/tools/tools.ts
parent1a64268bb058049d94a9265c839265607606ec88 (diff)
more consistent confirmations, TODO to improve write confirmations, drop "description" from execution confirmation, add confirmation to new (still dummy) shell tool (#176)
Diffstat (limited to 'packages/server/src/tools/tools.ts')
-rw-r--r--packages/server/src/tools/tools.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/server/src/tools/tools.ts b/packages/server/src/tools/tools.ts
index ed7c017a..448ea206 100644
--- a/packages/server/src/tools/tools.ts
+++ b/packages/server/src/tools/tools.ts
@@ -181,7 +181,6 @@ export interface ToolExecuteConfirmationDetails
extends ToolCallConfirmationDetails {
command: string;
rootCommand: string;
- description: string;
}
export enum ToolConfirmationOutcome {