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

Method description

tools/FindFileTool.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33QString 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
42QJsonObject FindFileTool::parametersSchema() const
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected