add authentication support
This commit is contained in:
9
dist/auth/index.js
vendored
Normal file
9
dist/auth/index.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
const { JLINCAuthDecision } = require("./JLINCAuthDecision.js");
|
||||
const { JLINCAuthBaseChatModel } = require("./JLINCAuthBaseChatModel.js");
|
||||
const { JLINCAuthTool } = require("./JLINCAuthTool.js");
|
||||
|
||||
module.exports = {
|
||||
JLINCAuthDecision,
|
||||
JLINCAuthBaseChatModel,
|
||||
JLINCAuthTool,
|
||||
};
|
||||
Reference in New Issue
Block a user