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