mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-12-11 20:02:50 -05:00
feat: Improve showing tools in chat (#235)
This commit is contained in:
@ -56,6 +56,8 @@ public:
|
||||
QJsonArray getToolsDefinitions(ToolSchemaFormat format) const;
|
||||
void cleanupRequest(const QString &requestId);
|
||||
|
||||
ToolsFactory *toolsFactory() const;
|
||||
|
||||
signals:
|
||||
void toolExecutionComplete(const QString &requestId, const QHash<QString, QString> &toolResults);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user