diff options
Diffstat (limited to 'packages/core/src/tools/grep.ts')
| -rw-r--r-- | packages/core/src/tools/grep.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/core/src/tools/grep.ts b/packages/core/src/tools/grep.ts index 9d3d638a..4cac389f 100644 --- a/packages/core/src/tools/grep.ts +++ b/packages/core/src/tools/grep.ts @@ -614,7 +614,7 @@ export class GrepTool extends BaseDeclarativeTool<GrepToolParams, ToolResult> { * @param params Parameters to validate * @returns An error message string if invalid, null otherwise */ - validateToolParams(params: GrepToolParams): string | null { + override validateToolParams(params: GrepToolParams): string | null { const errors = SchemaValidator.validate( this.schema.parametersJsonSchema, params, |
