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