What is the size/length of context that GameDev Assistant can handle for scripts?
While actual values depend on whether you're using the
non-reasoning or reasoning model - and other factors such as other content you're sending - the estimated cut-off for context is about 75,000 characters. Once this limit is reached, any script content sent after will automatically truncate - meaning the LLMs won't get the full context of the script(s).
We highly recommend the following:
- When using the @OpenScripts context tag, make sure to only have the scripts open that are necessary for the tool to resolve your query.
- Follow SOLID principles when coding in general.
- Try to limit each chat log to one specific feature or task. There is no limit on the number of chats you can create.
Related Articles
What is GameDev Assistant?
GameDev Assistant, created by Zenva, is a Godot AI coding assistant designed to speed up your workflows. Built as a Godot plugin, this tool works directly within the engine itself - reducing context switching to other windows and AI tools. The tool ...
Prompting Tips for GameDev Assistant
The quality of AI responses often comes down to your specific prompt - and GameDev Assistant is no different in that regard. In this article, we'll provide some tips for writing good prompts so you can get the most out of this Godot co-pilot! Want ...
Does GameDev Assistant save my old conversations?
Yes, GameDev Assistant does save old conversations unless you manually delete them. You can find the saved conversations in the Assistant window by hitting the list view icon next to settings (gear) icon. From this Conversations window, you can: ...
How to use the Context Tags
When chatting with GameDev Assistant, your open scene nodes and file tree are automatically added as context with your prompts. However, other details of your project are not to avoid overwhelming the AI. How, then, can you send additional context ...
Overview of using GameDev Assistant
If you're using GameDev Assistant for the first time, or feel like you're not using it correctly, you can review the walkthrough video below to get started. This video was built with first-time users in mind to showcase the various abilities of the ...