I’m working with some larger files and find that both o1-mini and claude-3.5-sonnet tell me they only see parts of them, what they have is a “snippet” and tell me I need to give them the entire file - which I thought I already had.
One example I have is a 2126 line file that is 83Kb with coffee/javascript. When I ask questions about specific methods or parts of the code in a Composer interaction, I often get responses like:
While you’ve provided a partial snippet of overlay.coffee, here’s a high-level understanding based on the provided code: …
Are there guidelines or best practices for how to format, structure or limit the size of files to maximize the chance the models can parse and understand them?