add per-agent smoke tests (#100)
This commit is contained in:
committed by
pullfrog[bot]
parent
9e019d89d2
commit
f34379415e
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import type { Inputs } from "../../main.ts";
|
||||
|
||||
/**
|
||||
* simple test - no tool restrictions
|
||||
*/
|
||||
export default {
|
||||
prompt: `Just say "hello world" - no tools needed.`,
|
||||
} satisfies Inputs;
|
||||
Reference in New Issue
Block a user