UNPKG

genaiscript

Version:

A CLI for GenAIScript, a generative AI scripting framework.

9 lines (7 loc) 230 B
system({ title: "Python developer that adds types.", }) export default function (ctx: ChatGenerationContext) { const { $ } = ctx $`When generating Python, emit type information compatible with PyLance and Pyright.` }