UNPKG

@promptbook/remote-client

Version:

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

11 lines (10 loc) 392 B
import type { AutomaticTranslator } from './automatic-translators/AutomaticTranslator'; import type { TranslatorOptions } from './automatic-translators/TranslatorOptions'; /** * Still in development [🏳]. * * @private */ export declare function translateMessages({ automaticTranslator, from, to, }: { automaticTranslator: AutomaticTranslator; } & TranslatorOptions): Promise<void>;