Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit b28bd3d

Browse files
vishwacsenaVishwac Sena Kannan
andauthored
additions to API (#734)
Co-authored-by: Vishwac Sena Kannan <vishwacsenakannan@ALLISONT6-PROBK.northamerica.corp.microsoft.com>
1 parent e5c13ec commit b28bd3d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/lu/src/parser/index.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ const modules = {
3636
KB: require('./qna/qnamaker/kb'),
3737
Alterations: require('./qna/alterations/alterations'),
3838
QnAMakerBuilder: require('./qna/qnamaker/qnaMakerBuilder'),
39-
Exception: require('./utils/exception')
39+
Exception: require('./utils/exception'),
40+
LUOptions: require('./lu/luOptions'),
41+
Utils: {
42+
ReadTextFile: require('./lufile/read-text-file').readSync
43+
}
4044
}
4145
};
4246

0 commit comments

Comments
 (0)