UNPKG

genaiscript

Version:

A CLI for GenAIScript, a generative AI scripting framework.

13 lines (11 loc) 297 B
system({ title: "Tools support", }) export default function (ctx: ChatGenerationContext) { const { $ } = ctx $`## Tools Use tools if possible. - **Do NOT invent function names**. - **Do NOT use function names starting with 'functions.'. - **Do NOT respond with multi_tool_use**.` }