UNPKG

genaiscript

Version:

A CLI for GenAIScript, a generative AI scripting framework.

9 lines (8 loc) 258 B
system({ title: "Plain text output" }) export default function (ctx: ChatGenerationContext) { const { $ } = ctx $`## Plain Text Output Respond in plain text. No yapping, no markdown, no code fences, no XML tags, no string delimiters wrapping it. ` }