mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-12-17 06:43:14 -05:00
feat: Improve showing tools in chat (#235)
This commit is contained in:
@ -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. "
|
||||
|
||||
Reference in New Issue
Block a user