@promptbook/remote-client
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
28 lines (27 loc) • 641 B
TypeScript
/**
* Represents the uncertain value
*
* @public exported from `@promptbook/core`
*/
export declare const ZERO_VALUE: any;
/**
* Represents the uncertain value
*
* @public exported from `@promptbook/core`
*/
export declare const UNCERTAIN_ZERO_VALUE: any;
/**
* Represents the usage with no resources consumed
*
* @public exported from `@promptbook/core`
*/
export declare const ZERO_USAGE: any;
/**
* Represents the usage with unknown resources consumed
*
* @public exported from `@promptbook/core`
*/
export declare const UNCERTAIN_USAGE: any;
/**
* Note: [💞] Ignore a discrepancy between file name and entity name
*/