diff --git a/src/agents/tool-images.ts b/src/agents/tool-images.ts index 897c82ef4..e66ff29df 100644 --- a/src/agents/tool-images.ts +++ b/src/agents/tool-images.ts @@ -13,7 +13,7 @@ type TextContentBlock = Extract; // // To keep sessions resilient (and avoid "silent" WhatsApp non-replies), we auto-downscale // and recompress base64 image blocks when they exceed these limits. -const MAX_IMAGE_DIMENSION_PX = 2000; +const MAX_IMAGE_DIMENSION_PX = 1200; const MAX_IMAGE_BYTES = 5 * 1024 * 1024; const log = createSubsystemLogger("agents/tool-images");