We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31d28a0 + 533aab6 commit 64a3c81Copy full SHA for 64a3c81
1 file changed
system/web/routing/Router.cfc
@@ -1953,10 +1953,10 @@ component
1953
);
1954
}
1955
1956
- if ( !getModuleList().keyArray().findNoCase( "bx-ai" ) ) {
+ if ( !getModuleList().keyArray().findNoCase( "bxai" ) ) {
1957
throw(
1958
type : "ModuleNotFoundException",
1959
- message: "The BoxLang AI module (bx-ai) is required for AI/MCP routing. Install it via: box install bx-ai"
+ message: "The BoxLang AI module (bxai) is required for AI/MCP routing. Install it via: box install bxai"
1960
1961
1962
0 commit comments