made an adjustment to the adjust code instructions
This commit is contained in:
parent
35835f8254
commit
7e9bd0d533
|
|
@ -1836,10 +1836,7 @@ class SmartToolsUI:
|
|||
The code runs directly with variable substitution. Assign any "Available Variables" used to a new standard variable first, then use that variable in the code. Use triple quotes and curly braces since the substituted content may contain quotes/newlines.
|
||||
|
||||
Example:
|
||||
my_var = \"\"\"{{response}}\"\"\"
|
||||
filename = \"\"\"{{outputfile}}\"\"\"
|
||||
with open(filename, 'w') as f:
|
||||
f.write(my_var)
|
||||
my_var = \"\"\"{{variable}}\"\"\"
|
||||
|
||||
INSTRUCTION: [Describe what you want]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue