UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

7 lines (6 loc) 167 B
/** * Pick random item from the received array * * @private internal helper function */ export declare function $randomItem<TItem>(...items: Array<TItem>): TItem;