dify
dify copied to clipboard
The LLM Node change my input {variable} unexpectly
Self Checks
- [X] This is only for bug report, if you would like to ask a question, please head to Discussions.
- [X] I have searched for existing issues search for existing issues, including closed ones.
- [X] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
- [X] Please do not modify this template :) and fill in all the required fields.
Dify version
0.6.11
Cloud or Self Hosted
Cloud
Steps to reproduce
when there are some special text in the {variable} ,the LLM node will change id unexpectly during the data processing.
the sepcial text is like "<id:123123>" it is useful when we need to append some additional information.
✔️ Expected Behavior
don't change the {variable}
❌ Actual Behavior
the sepcial text is like "<id:123123>" is deleted unexpectly