UNPKG

llama-flow

Version:

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

3 lines 189 B
import { BulletPointsPrompt, RawPrompt } from '../types'; export default function buildRawPrompt(prompt: BulletPointsPrompt): RawPrompt<string[]>; //# sourceMappingURL=bulletPoints.d.ts.map