aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared')
-rw-r--r--packages/shared/types/prompts.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/shared/types/prompts.ts b/packages/shared/types/prompts.ts
index a288c65d..71a7ee02 100644
--- a/packages/shared/types/prompts.ts
+++ b/packages/shared/types/prompts.ts
@@ -1,6 +1,6 @@
import { z } from "zod";
-const MAX_PROMPT_TEXT_LENGTH = 100;
+const MAX_PROMPT_TEXT_LENGTH = 500;
export const zAppliesToEnumSchema = z.enum(["all", "text", "images"]);