fix/remove empty rows and columns in the data for LLM #12

Closed
opened 2025-07-08 08:36:42 -04:00 by AtHeartEngineer · 0 comments

Originally created by @xiaolongtang on 3/5/2025

Issue: when formatting the spread sheet data, it will put empty rows and empty columns into data for LLM. It waste input tokens to do so.

Fix: check the boundary of cells, if its value is null or undefined or empty string.

Affect: Reduce empty rows and columns in the data for LLM

*Originally created by @xiaolongtang on 3/5/2025* Issue: when formatting the spread sheet data, it will put empty rows and empty columns into data for LLM. It waste input tokens to do so. Fix: check the boundary of cells, if its value is null or undefined or empty string. Affect: Reduce empty rows and columns in the data for LLM
AtHeartEngineer added the good first issue label 2025-07-08 08:36:43 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/probly#12