file_search
Find files in the sandbox using a glob pattern (e.g., '**/*.ts') and get their relative paths.
Instructions
Search for files matching a glob pattern (e.g. '**/*.ts'). Returns relative paths within the sandbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Glob pattern to search for (e.g. '**/*.ts') |