embedded_parameters - MadBomber/aia GitHub Wiki
In the example prompt text file above I used the default regex to define parameters as all upper case characters plus space, underscore and the vertical pipe enclosed within square brackets. Since the time that I original starting writing AIA I've seen more developers use double curly braces to define parameters. AIA allows you to specify your own regex as a string. If you want the curly brackets use the --regex
option on the command line like this:
--regex '(?-mix:({{[a-zA-Z _|]+}}))'
- Parameter Shell Substitution
- Dynamic Content
- What is a Prompt ID?
- My Most Powerful Prompt - See a simple but effective use of parameters