...
Click the “Insert Variable into Instructions” icon to add a specific variable into the instructions text area at the cursor. Variables are not passed along to the agent unless they are used in the instructions.
When deploying the agent, make sure to to replace the sample values with dynamic expressions.
Dynamic Content
Dynamic instruction content, including variables, is provided using Template Literal Notation and/or EJS Syntax. In addition to using previously defined variable names, dynamic content can include Node.js / JavaScript expressions that output dynamic content, execute code, or implement conditional and repeating content.
...