fix: fix wrong tool references LS and Agent (#2466)

This commit is contained in:
Kenn Costales
2025-09-14 21:53:50 +08:00
committed by GitHub
parent 6af0c2ec21
commit df61aa801b
4 changed files with 10 additions and 10 deletions

View File

@@ -2,5 +2,5 @@
- Supports glob patterns like "**/*.js" or "src/**/*.ts"
- Returns matching file paths sorted by modification time
- Use this tool when you need to find files by name patterns
- When you are doing an open ended search that may require multiple rounds of globbing and grepping, use the Agent tool instead
- When you are doing an open ended search that may require multiple rounds of globbing and grepping, use the Task tool instead
- You have the capability to call multiple tools in a single response. It is always better to speculatively perform multiple searches as a batch that are potentially useful.