Skip to content

Commit 7e7fef8

Browse files
tianzhouCopilot
andauthored
Update src/utils/tool-metadata.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent da68eec commit 7e7fef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/tool-metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ function buildSearchObjectsTool(sourceId: string): Tool {
201201
name: "pattern",
202202
type: "string",
203203
required: false,
204-
description: "LIKE pattern (% = any, _ = one char). Default: %",
204+
description: "LIKE pattern (% = any chars, _ = one char). Default: %",
205205
},
206206
{
207207
name: "schema",

0 commit comments

Comments
 (0)