diff options
| -rw-r--r-- | packages/shared/types/prompts.ts | 2 |
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"]); |
