Skip to content

Commit 6464782

Browse files
committed
feat: add the parameters for the new tool
1 parent 522942c commit 6464782

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/shared/ExtensionMessage.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ export interface ClineSayTool {
238238
mode?: string
239239
reason?: string
240240
isOutsideWorkspace?: boolean
241+
limit?: number
242+
query?: string
241243
}
242244

243245
// Must keep in sync with system prompt.

0 commit comments

Comments
 (0)