agsamantha/node_modules/langsmith/dist/evaluation/_random_name.d.ts

6 lines
117 B
TypeScript
Raw Normal View History

2024-10-02 15:15:21 -05:00
/**
* Generate a random name.
* @returns {string} A random name.
*/
export declare function randomName(): string;