Open
Description
After reading this discussion, I realised that 200K+ tokens in the current llms-full.txt
file is a lot, it is not suitable for all LLMs, i.e. only Google Gemini 2.5 can handle it. In my opinion, we need to improve the documentation files for LLMs as follows (got the idea from the blog post):
llms-full.txt
: include everything about Defold, i.e. manuals + API.llms-small.txt
: a compressed version ofllms-full.txt
, i.e. by removing docs about porting to consoles, IDE stylization etc, and keep docs only about programming.llms/docs.md
: manuals only, likellms-full.txt
now.llms/ref.md
: API only.
It seems to me that this structure would be flexible enough to allow a developer to specify only documentation or APIs as the LLM context.
P.S. Actually, there is no clear instruction in the community right now about what type of content you need to ‘feed’ LLM to have high quality answers.
Metadata
Metadata
Assignees
Labels
No labels