Illusion Query Language
A.K.A IQL
When working with Illusions, you can customize how each form field interacts with the AI.
Format
The format of the IQL is the following
{{iql_input_3_value}}
Parameter | Objective |
---|---|
{{ | Open with double curly brackets |
iql | Illustion Query Language Identifier |
input | What is being fetched |
1 | Row number |
}} | Close with double curly brackets |
Data Types
Format | Result |
---|---|
{{iql_input_#_value}} | Fetch the Value that the user inputs into the first form field. |
{{iql_illusion_#_result}} |
Last updated