UNPKG

llama-flow

Version:

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

3 lines 178 B
import type { BooleanPrompt, RawPrompt } from '../types'; export default function buildRawPrompt(prompt: BooleanPrompt): RawPrompt<boolean>; //# sourceMappingURL=boolean.d.ts.map