fix: Read file by path description

This commit is contained in:
Petr Mironychev
2025-10-20 18:23:18 +02:00
parent 254fac246d
commit b7322be00c
2 changed files with 13 additions and 14 deletions

View File

@ -24,11 +24,11 @@
namespace QodeAssist::Tools {
class ReadProjectFileByNameTool : public LLMCore::BaseTool
class ReadProjectFileByPathTool : public LLMCore::BaseTool
{
Q_OBJECT
public:
explicit ReadProjectFileByNameTool(QObject *parent = nullptr);
explicit ReadProjectFileByPathTool(QObject *parent = nullptr);
QString name() const override;
QString stringName() const override;