@promptbook/azure-openai
Version:
Promptbook: Run AI apps in plain human language across multiple models and platforms
27 lines (26 loc) • 810 B
TypeScript
import type { string_semantic_version } from './types/typeAliases';
/**
* The version of the Book language
*
* @generated
* @see https://github.com/webgptorg/book
*/
export declare const BOOK_LANGUAGE_VERSION: string_semantic_version;
/**
* The version of the Promptbook engine
*
* @generated
* @see https://github.com/webgptorg/promptbook
*/
export declare const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version;
/**
* Represents the version string of the Promptbook engine.
* It follows semantic versioning (e.g., `0.100.0-9`).
*
* @generated
*/
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
*/