UNPKG

genaiscript

Version:

A CLI for GenAIScript, a generative AI scripting framework.

11 lines (8 loc) 237 B
system({ title: "Use english output", }) export default function (ctx: ChatGenerationContext) { const { $ } = ctx $`## English output Use English in the output of the system. Use English in the reasoning output as well.` }