search_in_repo
Search text files in a repository to locate a query, returning file names, line numbers, and matching lines.
Instructions
Search text files and return file, line, and matching text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . | |
| query | Yes | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |