Files
wehub-resource-sync c48612c494
CI / E2E Tests (push) Has been cancelled
CI / Lint, Typecheck & Unit Tests (push) Has been cancelled
Docs Build / Build docs site (push) Has been cancelled
Publish @openmaic packages / Build, validate & publish (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:03:23 +08:00

11 lines
277 B
TypeScript

/**
* Constants for PDF content generation
* Shared between client and server code
*/
// PDF content truncation limit (characters)
export const MAX_PDF_CONTENT_CHARS = 50000;
// Maximum number of images to send as vision content parts
export const MAX_VISION_IMAGES = 20;