@promptbook/google
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
16 lines (15 loc) • 526 B
TypeScript
import type { Registration } from '../../utils/misc/$Register';
/**
* Registration of transpiler
*
* Warning: This is not useful for the end user, it is just a side effect of the mechanism that handles all available LLM tools
*
* @public exported from `@promptbook/wizard`
* @public exported from `@promptbook/cli`
*
* TODO: [🧠] Which package should export this?
*/
export declare const _OpenAiSdkTranspilerRegistration: Registration;
/**
* Note: [💞] Ignore a discrepancy between file name and entity name
*/