97dce099c1
* Granular tool permissions * Fix build * Start on UI * Fixes * Fmt * Go ham on UI * Update migrations * Considate wiki files * Clean up * More tweaks. Docs. * Consolidate collab and noncollab * Fix build * Restrict for non-collaborators
9 lines
181 B
TypeScript
9 lines
181 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;
|