add authentication support
This commit is contained in:
5
dist/index.d.ts
vendored
Normal file
5
dist/index.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { JLINCAuthDecision } from "./auth/index.js";
|
||||
import { JLINCAuthBaseChatModel } from "./auth/index.js";
|
||||
import { JLINCAuthTool } from "./auth/index.js";
|
||||
import { JLINCTracer } from "./tracer/index.js";
|
||||
export { JLINCAuthDecision, JLINCAuthBaseChatModel, JLINCAuthTool, JLINCTracer };
|
||||
Reference in New Issue
Block a user