feat: Improve showing tools in chat (#235)

This commit is contained in:
Petr Mironychev
2025-10-10 10:03:22 +02:00
committed by GitHub
parent bde58fb9aa
commit d2b28093a6
26 changed files with 464 additions and 59 deletions

View File

@ -41,6 +41,11 @@ QString ListProjectFilesTool::name() const
return "list_project_files";
}
QString ListProjectFilesTool::stringName() const
{
return {"Reading project files list"};
}
QString ListProjectFilesTool::description() const
{
return "Get a list of all source files in the current project. "