mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-05-30 02:49:12 -04:00
refactor: Separate and simplified tools (#340)
This commit is contained in:
@@ -50,8 +50,10 @@ QString ListProjectFilesTool::displayName() const
|
||||
|
||||
QString ListProjectFilesTool::description() const
|
||||
{
|
||||
return "Get a list of all source files in the current project with absolute and relative paths. "
|
||||
"Useful for understanding project structure. No parameters required.";
|
||||
return "List every source file tracked by the active Qt Creator project(s), filtered by "
|
||||
".qodeassistignore. Returns absolute and project-relative paths grouped by project. "
|
||||
"Useful for discovering the project layout before running focused searches or reads. "
|
||||
"Takes no parameters.";
|
||||
}
|
||||
|
||||
QJsonObject ListProjectFilesTool::parametersSchema() const
|
||||
|
||||
Reference in New Issue
Block a user