mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-22 02:22:44 -05:00
feat: Run for quick refactoring only reading context tools
This commit is contained in:
@ -59,7 +59,9 @@ public:
|
||||
const QString &toolName,
|
||||
const QJsonObject &input);
|
||||
|
||||
QJsonArray getToolsDefinitions(LLMCore::ToolSchemaFormat format) const;
|
||||
QJsonArray getToolsDefinitions(
|
||||
LLMCore::ToolSchemaFormat format,
|
||||
LLMCore::RunToolsFilter filter = LLMCore::RunToolsFilter::ALL) const;
|
||||
void cleanupRequest(const QString &requestId);
|
||||
|
||||
ToolsFactory *toolsFactory() const;
|
||||
|
||||
Reference in New Issue
Block a user