🚙 imageValidation.ts

This commit is contained in:
nirholas
2026-03-31 10:24:19 +00:00
parent 5124021b69
commit f19b021555

View File

@@ -102,3 +102,4 @@ export function validateImagesForAPI(messages: unknown[]): void {
throw new ImageSizeError(oversizedImages, API_IMAGE_MAX_BASE64_SIZE)
}
}