diff --git a/source/_docs/scripts.markdown b/source/_docs/scripts.markdown index 722620bf72ec..4cebbc079ca2 100644 --- a/source/_docs/scripts.markdown +++ b/source/_docs/scripts.markdown @@ -982,7 +982,7 @@ assistant. The conversation response can be templated. # Example of a templated conversation response resulting in "Testing 123" - variables: my_var: "123" -- set_conversation_response: "{{ 'Testing ' + my_var }}": +- set_conversation_response: "{{ 'Testing ' + my_var }}" ``` {% endraw %}