search_in_file
Search for a keyword inside a local text file. Returns matching lines and their line numbers.
Instructions
Search for a specified keyword within a given file. Returns the lines containing the keyword and their line numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | ||
| keyword | Yes |