expandable_configuration - MadBomber/aia GitHub Wiki
The configuration options are expandable through a config file, allowing you to add custom entries. For example, you can define a custom configuration item like "xyzzy" in your config file. This value can then be accessed in your prompts using AIA.config.xyzzy
within a //ruby
directive or an ERB block, enabling dynamic prompt generation based on your custom configurations.