UNPKG

@promptbook/vercel

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

13 lines (12 loc) 458 B
import { AvailableModel } from '../../../execution/AvailableModel'; /** * Utility to assert that all models in the provided array have unique `modelName` values. * * This is internal utility for unit tests to ensure no duplicate model names exist. * * @private internal utility of unit tests */ export declare function assertUniqueModels(models: ReadonlyArray<AvailableModel>): void; /** * Note: [⚪] This should never be in any released package */