Replies: 2 comments
-
The memory of each LLM node is a JSON file and does not affect each other. When the main brain is false, the LLM node will become an LLM tool, which is equivalent to you using one LLM as another LLM tool. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, so how do you connect multiple nodes together that use different prompts, but keep the conversation context? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If we want to keep the conversation/memory, but use separate nodes for separate prompts, how do we do that? Does the history output connect to the system input of the next node? Is main_brain only turned on for the first node?
Beta Was this translation helpful? Give feedback.
All reactions