mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 22:32:27 +08:00
When images are included in chat messages, the AI SDK telemetry with recordInputs: true sends base64 image data to Langfuse. Langfuse then attempts to upload these images to media storage, causing 1m31s timeouts. Setting recordInputs: false prevents this while still capturing user text input via setTraceInput().