qwen_search_files
Search project files for a text query and retrieve matching lines with file paths and line numbers. Use optional filters like path pattern and case sensitivity to pinpoint relevant results.
Instructions
Search for text inside project files. Returns matching lines with file paths and line numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| query | Yes | ||
| pattern | No | * | |
| project | Yes | ||
| max_results | No | ||
| case_sensitive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |