UNPKG

llama-flow

Version:

The Typescript-first prompt engineering toolkit for working with chat based LLMs.

3 lines 136 B
import { Persona } from './types'; export declare function buildMessage(persona: Persona): string; //# sourceMappingURL=persona.d.ts.map