Context Tag | What it Sends |
@OpenScripts | As the name suggests, this sends the content of any scripts you currently have open in the Godot editor. This is great if you need to ask questions about your code, or even need a specific script edited. |
@Output | This sends any messages that might appear in the Output window (but not the Debugger window). This can be very useful for helping with debugging errors that appear in this window. |
@Docs | While the AI is already working off the Godot Documentation, you can use this tag to force Godot to look at specific topics and articles. |
@GitDiff | If you're using Git for version control, this will pass in the contents of the 'git diff' command. |
@ProjectSettings | This will pass in project settings you have for your project, including the Input Map. |