@promptbook/remote-client
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
25 lines (24 loc) • 562 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;