UNPKG

magnitude-core

Version:
40 lines (36 loc) 1.32 kB
/************************************************************************************************* Welcome to Baml! To use this generated code, please run one of the following: $ npm install @boundaryml/baml $ yarn add @boundaryml/baml $ pnpm add @boundaryml/baml *************************************************************************************************/ // This file was generated by BAML: do not edit it. Instead, edit the BAML // files and re-generate this code. // /* eslint-disable */ // tslint:disable // @ts-nocheck // biome-ignore format: autogenerated code /** * If this import fails, you may need to upgrade @boundaryml/baml. * * Please upgrade @boundaryml/baml to 0.90.2. * * $ npm install @boundaryml/baml@0.90.2 * $ yarn add @boundaryml/baml@0.90.2 * $ pnpm add @boundaryml/baml@0.90.2 * * If nothing else works, please ask for help: * * https://github.com/boundaryml/baml/issues * https://boundaryml.com/discord * **/ import { ThrowIfVersionMismatch } from "@boundaryml/baml"; export const version = "0.90.2"; ThrowIfVersionMismatch(version); export { b } from "./async_client"; export * from "./types"; export * from "./tracing"; export { resetBamlEnvVars } from "./globals"; export { BamlClientHttpError, BamlValidationError, BamlClientFinishReasonError } from "@boundaryml/baml";