Support for Multiline Input of Conversation Variables #10482
weilun-enso
started this conversation in
Suggestion
Replies: 2 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Yes. I have multiple LLM nodes that share a common section called "context". Ideally, I want to put the section in a "constant text" node so that I only need to edit one place for all LLM nodes.
Currently, I have to duplicate the text section multiple times every time some editing is done. Its quite labor intensive (I have 10 LLMs that need to share the section)
The closest thing to this is the conversation variable. However, it does not enable multiline editing for its default value as shown below.
Note that even the description can be multiline.
I also tried setting the section as input, but it resets every time I close the project. It's also not a good solution.
Alternatively, I think having a "constant" node to store some text to be shared by other nodes is a longer term solution IMO.
2. Additional context or comments
No response
3. Can you help us with this feature?
Beta Was this translation helpful? Give feedback.
All reactions