kimi_glob
Find files in a directory by matching a glob pattern, returning a list of paths that match the search criteria.
Instructions
Find files matching a glob pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Glob pattern (e.g. **/*.py) | |
| workFolder | No | Directory to search in |