mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-12-15 05:43:24 -05:00
feat: Improve showing tools in chat (#235)
This commit is contained in:
@ -35,6 +35,7 @@ public:
|
||||
QList<LLMCore::BaseTool *> getAvailableTools() const;
|
||||
LLMCore::BaseTool *getToolByName(const QString &name) const;
|
||||
QJsonArray getToolsDefinitions(LLMCore::ToolSchemaFormat format) const;
|
||||
QString getStringName(const QString &name) const;
|
||||
|
||||
private:
|
||||
void registerTools();
|
||||
|
||||
Reference in New Issue
Block a user