UNPKG

genaiscript

Version:

A CLI for GenAIScript, a generative AI scripting framework.

8 lines (7 loc) 285 B
system({ title: "YAML output" }) export default function (ctx: ChatGenerationContext) { const { $ } = ctx $`## YAML output Respond in YAML. Use valid yaml syntax for fields and arrays! No yapping, no markdown, no code fences, no XML tags, no string delimiters wrapping it. ` }