Skip to content

Commit 7e2fb1f

Browse files
Update core/tools/definitions/grepSearch.ts
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
1 parent a0dafa6 commit 7e2fb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tools/definitions/grepSearch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const grepSearchTool: Tool = {
2121
query: {
2222
type: "string",
2323
description:
24-
"The regex pattern to search for within file contents. Use regex with alternation (e.g., 'word1|word2|word3) or character classes to find multiple potential words in a single search.",
24+
"The regex pattern to search for within file contents. Use regex with alternation (e.g., 'word1|word2|word3') or character classes to find multiple potential words in a single search.",
2525
},
2626
},
2727
},

0 commit comments

Comments
 (0)