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