| 34 | } |
| 35 | |
| 36 | QString ReadFileTool::description() const |
| 37 | { |
| 38 | return "Read the text content of a file. Accepts either an absolute path or a path " |
| 39 | "relative to the project root. Reading files outside the active project requires " |
| 40 | "the 'Allow file access outside project' option in settings. Use `find_file` first " |
| 41 | "if you only know a partial filename."; |
| 42 | } |
| 43 | |
| 44 | QJsonObject ReadFileTool::parametersSchema() const |
| 45 | { |
nothing calls this directly
no outgoing calls
no test coverage detected