find_files_by_chunk_content
Locate files in a project containing specific text chunks within logical code segments. Use this tool to streamline codebase searches and identify relevant files for detailed analysis.
Instructions
Step 1: Find files containing chunks with matching text.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chunk_contents_filter | Yes | Match if any of these strings appear. Match all if None/null. Single empty string or empty list will match all. | |
project_name | Yes |