UNPKG

ai-functions

Version:

A powerful TypeScript library for building AI-powered applications with template literals and structured outputs

6 lines 209 B
export const generateListPrompt = (strings, ...values) => { return Array.isArray(strings) ? strings.join('') : String.raw({ raw: strings }, ...values); }; //# sourceMappingURL=prompt.js.map