Files
shockbot/fixtures/basic.ts
T
2025-10-14 14:58:46 -04:00

10 lines
325 B
TypeScript

import type { Inputs } from "../main.ts";
const testParams = {
prompt:
"List all files in the current directory, then create a file called dynamic-test.txt with the content 'This was loaded from a TypeScript file!', then delete it.",
anthropic_api_key: "sk-test-key",
} satisfies Inputs;
export default testParams;