MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / description

Method description

tools/ReadFileTool.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36QString 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
44QJsonObject ReadFileTool::parametersSchema() const
45{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected