| 31 | } |
| 32 | |
| 33 | QString FindFileTool::description() const |
| 34 | { |
| 35 | return "Find a file in the current project(s) by name or partial path. " |
| 36 | "Returns the absolute path, project-relative path, and the name of the project " |
| 37 | "that contains the match. Does NOT read file content — use `read_file` separately " |
| 38 | "when you need the content. Use this when you know part of the filename but not " |
| 39 | "the exact location."; |
| 40 | } |
| 41 | |
| 42 | QJsonObject FindFileTool::parametersSchema() const |
| 43 | { |
nothing calls this directly
no outgoing calls
no test coverage detected