agsamantha/node_modules/langsmith/dist/evaluation/_random_name.d.ts
2024-10-02 15:15:21 -05:00

5 lines
117 B
TypeScript

/**
* Generate a random name.
* @returns {string} A random name.
*/
export declare function randomName(): string;