game_key_release
Releases a held key or input action in a Godot 4 game, enabling the AI agent to stop simulated input during autonomous testing.
Instructions
Release a previously held key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Key name to release | |
| action | No | Godot input action name to release |