UNPKG

langsmith

Version:

Client library to connect to the LangSmith Observability and Evaluation Platform.

9 lines (8 loc) 181 B
import { v7 as uuidv7 } from "uuid"; export { uuid7FromTime } from "./utils/_uuid.js"; /** * Generate a random UUID v7 string. */ export function uuid7() { return uuidv7(); }