UNPKG

@promptbook/remote-server

Version:

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

9 lines (8 loc) 175 B
/** * Likeness of the wallpaper * * - 👍 is equivalent to 1 * - 👎 is equivalent to -1 * - ❤ is equivalent to more than 1 */ export type number_likeness = number;