feat: Improve tools guidelines

This commit is contained in:
Petr Mironychev
2025-10-20 19:16:00 +02:00
parent db7da29fa4
commit 8a4bf54fff
9 changed files with 79 additions and 107 deletions

View File

@ -48,11 +48,8 @@ QString ListProjectFilesTool::stringName() const
QString ListProjectFilesTool::description() const
{
return "Get a list of all source files in the current project. "
"Returns a structured list of files with the absolute path to the project root "
"and relative paths for each file. "
"Useful for understanding project structure and finding specific files. "
"No parameters required.";
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.";
}
QJsonObject ListProjectFilesTool::getDefinition(LLMCore::ToolSchemaFormat format) const