@promptbook/gemini
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
19 lines (18 loc) • 643 B
TypeScript
import type { string_semantic_version } from './types/typeAliases';
/**
* The version of the Book language
*
* @see https://github.com/webgptorg/book
*/
export declare const BOOK_LANGUAGE_VERSION: string_semantic_version;
/**
* The version of the Promptbook engine
*
* @see https://github.com/webgptorg/promptbook
*/
export declare const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version;
export type string_promptbook_version = string_semantic_version;
/**
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
* Note: [💞] Ignore a discrepancy between file name and entity name
*/