Files
shockbot/test/fixtures/simple.ts
T
2026-01-16 08:00:16 +00:00

9 lines
184 B
TypeScript

import type { Inputs } from "../../main.ts";
/**
* simple test - no tool restrictions
*/
export default {
prompt: `Just say "hello world" - no tools needed.`,
} satisfies Inputs;