File tree Expand file tree Collapse file tree 2 files changed +0
-60
lines changed
Expand file tree Collapse file tree 2 files changed +0
-60
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import { FindSimilarCommand } from "./commands/FindSimilar";
2323import { HelpCommand } from "./commands/HelpCommand" ;
2424import { ImportanceCommand } from "./commands/ImportanceCommand" ;
2525import { ImproveCommand } from "./commands/ImproveCommand" ;
26- import { TestCommand } from "./commands/TestLLM" ;
2726import { TranslateCommand } from "./commands/TranslateCommand" ;
2827import { WhyUsedCommand } from "./commands/WhyUsedCommand" ;
2928import { 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 ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments