{{my_input}}
). This allows you to create dynamic prompts where specific parts can be easily changed without rewriting the entire prompt.
{{variable_name}}
syntax. For example, if you have a variable named “input”, you would reference it as {{input}}
in your prompt.
{{input}}
is assigned the value “Galileo”.