UNPKG

@promptbook/remote-client

Version:

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

8 lines (7 loc) 162 B
import { Color } from './Color'; /** * Creates a random color * * @public exported from `@promptbook/color` */ export declare function $randomColor(): Color;