UNPKG

mongodb-rag-core

Version:

Common elements used by MongoDB Chatbot Framework components.

13 lines (12 loc) 339 B
export * from "braintrust"; /** Braintrust logger. Intialized with the env vars: ```ts { projectName: process.env.BRAINTRUST_CHATBOT_TRACING_PROJECT_NAME, apiKey: process.env.BRAINTRUST_API_KEY, } ``` */ export declare const braintrustLogger: import("braintrust").Logger<false>; //# sourceMappingURL=braintrust.d.ts.map