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 8a74f4b + 5de8c78 commit e6b896fCopy full SHA for e6b896f
1 file changed
system/web/routing/Router.cfc
@@ -1953,10 +1953,10 @@ component
1953
);
1954
}
1955
1956
- if ( !getModuleList().keyArray().findNoCase( "bxai" ) ) {
+ if ( !getModuleList().keyArray().findNoCase( "bx-ai" ) ) {
1957
throw(
1958
type : "ModuleNotFoundException",
1959
- message: "The BoxLang AI module (bxai) is required for AI/MCP routing. Install it via: box install bxai"
+ message: "The BoxLang AI module (bx-ai) is required for AI/MCP routing. Install it via: box install bx-ai"
1960
1961
1962
0 commit comments