Skip to content

Commit 75f8540

Browse files
committed
Removed unnecessary commands
1 parent 18aa8be commit 75f8540

File tree

2 files changed

+0
-60
lines changed

2 files changed

+0
-60
lines changed

ai-assistant/src/RocketChatterApp.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import { FindSimilarCommand } from "./commands/FindSimilar";
2323
import { HelpCommand } from "./commands/HelpCommand";
2424
import { ImportanceCommand } from "./commands/ImportanceCommand";
2525
import { ImproveCommand } from "./commands/ImproveCommand";
26-
import { TestCommand } from "./commands/TestLLM";
2726
import { TranslateCommand } from "./commands/TranslateCommand";
2827
import { WhyUsedCommand } from "./commands/WhyUsedCommand";
2928
import { EstablishRelationsEndpoint } from "./endpoints/establishRelations";
@@ -64,8 +63,6 @@ export class RocketChatterApp extends App {
6463
configuration.slashCommands.provideSlashCommand(new TranslateCommand());
6564
configuration.slashCommands.provideSlashCommand(new WhyUsedCommand());
6665

67-
configuration.slashCommands.provideSlashCommand(new TestCommand());
68-
6966
await configuration.api.provideApi({
7067
visibility: ApiVisibility.PUBLIC,
7168
security: ApiSecurity.UNSECURE,

ai-assistant/src/commands/TestLLM.ts

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)