feat: Add list project files tool

This commit is contained in:
Petr Mironychev
2025-09-22 23:37:40 +02:00
parent d0f8c1098f
commit ff750c271a
11 changed files with 248 additions and 50 deletions

View File

@ -63,6 +63,8 @@ public:
virtual void sendRequest(const RequestID &requestId, const QUrl &url, const QJsonObject &payload)
= 0;
virtual bool supportsTools() { return false; };
HttpClient *httpClient() const;
public slots: