9 lines
184 B
TypeScript
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;
|