Skip to content

Commit da68eec

Browse files
tianzhouCopilot
andauthored
Update src/tools/search-objects.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2250316 commit da68eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/search-objects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const searchDatabaseObjectsSchema = {
2626
.string()
2727
.optional()
2828
.default("%")
29-
.describe("LIKE pattern (% = any, _ = one char). Default: %"),
29+
.describe("LIKE pattern (% = any chars, _ = one char). Default: %"),
3030
schema: z
3131
.string()
3232
.optional()

0 commit comments

Comments
 (0)