Break code into chunks #90
Labels
enhancement
New feature or request
research
This issue isn't being worked on, it is being considered, and researched.
Milestone
All LLMs have issues with medium-large code samples in fixing and optimizing the code. A strategy that could be done to improve this is to break the input code into chunks and incrementally give it to the LLM, so that it doesn't have access to the entire code. So for example, a 2000 line code file could be broken into chunks segmented by functions.
The text was updated successfully, but these errors were encountered: