Skip to content

Commit 8c34bcd

Browse files
j15zclaude
andcommitted
chore(copilot): resync the grep tool description from mothership contracts
Mirrors the schema fix documenting the docs corpus grep mode. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 44c9a30 commit 8c34bcd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/sim/lib/copilot/generated/tool-catalog-v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3108,12 +3108,12 @@ export const Grep: ToolCatalogEntry = {
31083108
path: {
31093109
type: 'string',
31103110
description:
3111-
"Optional scope. A prefix (e.g. 'workflows/', 'environment/', 'internal/') searches the VFS map under it. An exact single-file path under files/ or uploads/ (optionally with /content) searches that file's content only; folders and multi-file trees are rejected for content search.",
3111+
"Optional scope. A prefix (e.g. 'workflows/', 'environment/', 'internal/') searches the VFS map under it. An exact single-file path under files/ or uploads/ (optionally with /content) searches that file's content only; folders and multi-file trees there are rejected for content search. A docs/ page or directory searches live page text — a directory fans out to every docs page under it.",
31123112
},
31133113
pattern: {
31143114
type: 'string',
31153115
description:
3116-
"Regex pattern to search for. Searches VFS map entries (workflow JSON, metadata, memories) by default; searches a single file's extracted text when path is one files/ or uploads/ file leaf.",
3116+
"Regex pattern to search for. Searches VFS map entries (workflow JSON, metadata, memories) by default; searches a single file's extracted text when path is one files/ or uploads/ file leaf, and live docs page text when path is a docs/ page or directory.",
31173117
},
31183118
toolTitle: {
31193119
type: 'string',

apps/sim/lib/copilot/generated/tool-schemas-v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2998,12 +2998,12 @@ export const TOOL_RUNTIME_SCHEMAS: Record<string, ToolRuntimeSchemaEntry> = {
29982998
path: {
29992999
type: 'string',
30003000
description:
3001-
"Optional scope. A prefix (e.g. 'workflows/', 'environment/', 'internal/') searches the VFS map under it. An exact single-file path under files/ or uploads/ (optionally with /content) searches that file's content only; folders and multi-file trees are rejected for content search.",
3001+
"Optional scope. A prefix (e.g. 'workflows/', 'environment/', 'internal/') searches the VFS map under it. An exact single-file path under files/ or uploads/ (optionally with /content) searches that file's content only; folders and multi-file trees there are rejected for content search. A docs/ page or directory searches live page text — a directory fans out to every docs page under it.",
30023002
},
30033003
pattern: {
30043004
type: 'string',
30053005
description:
3006-
"Regex pattern to search for. Searches VFS map entries (workflow JSON, metadata, memories) by default; searches a single file's extracted text when path is one files/ or uploads/ file leaf.",
3006+
"Regex pattern to search for. Searches VFS map entries (workflow JSON, metadata, memories) by default; searches a single file's extracted text when path is one files/ or uploads/ file leaf, and live docs page text when path is a docs/ page or directory.",
30073007
},
30083008
toolTitle: {
30093009
type: 'string',

0 commit comments

Comments
 (0)