UNPKG

@promptbook/gemini

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

13 lines (12 loc) 514 B
import type { Command as Program } from 'commander'; /** * Initializes testing `hello` command for Promptbook CLI utilities * * @private internal function of `promptbookCli` */ export declare function initializeHelloCommand(program: Program): void; /** * TODO: [🧠][🐣] Make here some easter egg with generated hello greeting via LLM models * Note: [💞] Ignore a discrepancy between file name and entity name * Note: [🟡] Code in this file should never be published outside of `@promptbook/cli` */