Skip to content

Commit 533aab6

Browse files
Copilotlmajano
andauthored
fix: change module name from bx-ai to bxai in Router.cfc
Agent-Logs-Url: https://github.com/ColdBox/coldbox-platform/sessions/f57f30c2-27eb-4684-a8e0-b4d991172a92 Co-authored-by: lmajano <137111+lmajano@users.noreply.github.com>
1 parent 31d28a0 commit 533aab6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/web/routing/Router.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,10 +1953,10 @@ component
19531953
);
19541954
}
19551955

1956-
if ( !getModuleList().keyArray().findNoCase( "bx-ai" ) ) {
1956+
if ( !getModuleList().keyArray().findNoCase( "bxai" ) ) {
19571957
throw(
19581958
type : "ModuleNotFoundException",
1959-
message: "The BoxLang AI module (bx-ai) is required for AI/MCP routing. Install it via: box install bx-ai"
1959+
message: "The BoxLang AI module (bxai) is required for AI/MCP routing. Install it via: box install bxai"
19601960
);
19611961
}
19621962
}

0 commit comments

Comments
 (0)