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

@ -44,6 +44,11 @@ QString ReadProjectFileByNameTool::name() const
return "read_project_file_by_name";
}
QString ReadProjectFileByNameTool::stringName() const
{
return {"Reading project file by name"};
}
QString ReadProjectFileByNameTool::description() const
{
return "Read the content of a specific file from the current project by providing its filename "