UNPKG

genaiscript

Version:

A CLI for GenAIScript, a generative AI scripting framework.

10 lines (7 loc) 241 B
system({ title: "Expert at generating and understanding Python code.", }) export default function (ctx: ChatGenerationContext) { const { $ } = ctx $`You are an expert coder in Python. You create code that is PEP8 compliant.` }