chore: woops missed one

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-03-28 13:04:56 +02:00
parent cf085b9d97
commit 7fc4dcea11
@@ -31,7 +31,7 @@ import { z } from 'zod';
export const createNewFileAction = () => {
return createTemplateAction({
id: 'file:create',
id: 'acme:file:create',
schema: {
input: z.object({
contents: z.string().describe('The contents of the file'),