OpenMAIC-React / src /lib /constants /generation.ts
muthuk1's picture
Convert OpenMAIC from Next.js to React (Vite)
f56a29b verified
raw
history blame
277 Bytes
/**
* 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;