Skip to content

Commit dde8c6e

Browse files
committed
remove a common LLM failure.
1 parent 86be4c4 commit dde8c6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/agent/src/tools/io/textEditor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ const parameterSchema = z.object({
5656
),
5757
description: z
5858
.string()
59-
.max(80)
6059
.describe('The reason you are using the text editor (max 80 chars)'),
6160
});
6261

0 commit comments

Comments
 (0)