Skip to content

Commit 617c0c9

Browse files
committed
read text tool schema mods
1 parent 17a6c4d commit 617c0c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

texttool/readtextrange.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var readTextRangeTool = spec.Tool{
1818
Slug: "readtextrange",
1919
Version: "v1.0.0",
2020
DisplayName: "Read text range",
21-
Description: "Read a UTF-8 text file and return original lines with line numbers for building safe follow-up edits. " +
21+
Description: "Read a UTF-8 text file and return original lines with line numbers. " +
2222
"Use this to capture exact text, enough surrounding context, and pointed marker blocks before calling replace/delete/insert. " +
2323
"Optional start and end marker blocks can narrow the range. Marker matching uses TrimSpace(line), and each provided marker must match exactly once, so choose distinctive multi-line markers instead of short generic snippets.",
2424
Tags: []string{"text"},
@@ -29,7 +29,7 @@ var readTextRangeTool = spec.Tool{
2929
"properties": {
3030
"path": {
3131
"type": "string",
32-
"description": "Path of the UTF-8 text file."
32+
"description": "Path of the file"
3333
},
3434
"startMatchLines": {
3535
"type": "array",

0 commit comments

Comments
 (0)