File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import {
1616} from "@rocket.chat/apps-engine/definition/api" ;
1717import { UIKitViewSubmitInteractionContext } from "@rocket.chat/apps-engine/definition/uikit" ;
1818import { AskCodeCommand } from "./commands/AskCodeCommand" ;
19- import { DevDocsCommand } from "./commands/DevDocsCommand " ;
19+ import { AskDocsCommand } from "./commands/AskDocsCommand " ;
2020import { DiagramCommand } from "./commands/DiagramCommand" ;
2121import { DocumentCommand } from "./commands/DocumentCommand" ;
2222import { FindSimilarCommand } from "./commands/FindSimilar" ;
@@ -51,7 +51,7 @@ export class RocketChatterApp extends App {
5151 configuration . slashCommands . provideSlashCommand ( new HelpCommand ( ) ) ;
5252
5353 configuration . slashCommands . provideSlashCommand ( new AskCodeCommand ( ) ) ;
54- configuration . slashCommands . provideSlashCommand ( new DevDocsCommand ( ) ) ;
54+ configuration . slashCommands . provideSlashCommand ( new AskDocsCommand ( ) ) ;
5555 configuration . slashCommands . provideSlashCommand ( new DiagramCommand ( ) ) ;
5656 configuration . slashCommands . provideSlashCommand ( new DocumentCommand ( ) ) ;
5757 configuration . slashCommands . provideSlashCommand (
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import { MiniLML6 } from "../core/embeddings/minilml6";
1313import { Llama3_70B } from "../core/llm/llama3_70B" ;
1414import { handleCommandResponse } from "../utils/handleCommandResponse" ;
1515
16- export class DevDocsCommand implements ISlashCommand {
17- public command = "rcc-devdocs " ;
16+ export class AskDocsCommand implements ISlashCommand {
17+ public command = "rcc-askdocs " ;
1818 public i18nParamsExample = "" ;
1919 public i18nDescription = "" ;
2020 public providesPreview = false ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments