feat: enhance llm helper support

This commit is contained in:
Mohamed Marrouchi
2024-10-23 10:50:43 +01:00
parent 28ff1b474a
commit 9479e40370
9 changed files with 48 additions and 14 deletions

View File

@@ -24,7 +24,7 @@ import { PluginService } from './plugins.service';
// Core & under dev plugins
'dist/extensions/**/*.plugin.js',
// Installed plugins via npm
'dist/.hexabot/plugins/**/*.plugin.js',
'dist/.hexabot/extensions/plugins/**/*.plugin.js',
)
@Global()
@Module({