UNPKG

@promptbook/google

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

14 lines (13 loc) 485 B
import type { Registration } from '../../utils/misc/$Register'; /** * Registration of Agent LLM provider * * 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/core` */ export declare const _AgentRegistration: Registration; /** * TODO: [🎶] Naming "constructor" vs "creator" vs "factory" * Note: [💞] Ignore a discrepancy between file name and entity name */