mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-14 05:52:50 -05:00
fix: Read file by path description
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user