UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

11 lines (10 loc) 239 B
/** * Extracts multiplicated occurrence. * * @param message * @returns * @throws {PipelineExecutionError} * * @private still in development [🏳] */ export declare function extractMultiplicatedOccurrence(message: string): string;