Hello,
Did I miss smth in the docs?
I'm trying to use dagger's LLM module to analyze a CI build log and explain to me what's the error. The log is almost 1MB in size and tedious to search manually. So I figured I'll ask AI to do it for me.
HOWEVER, it seems like LLM does not receive the full file -- it only receives 80kB of it (<10% of total file size). I assumed it might be the LLM API provider's limit, so I tried both API tokens I have: OpenAI and Claude. Both agree on the same truncation at 80kB.
What's happening? Am I doing it wrong? How do I do it RIGHT then?
What's the "truncated": true flag mentioned by Claude (see screenshots)