Sharing variables between nodes #3533
Unanswered
sofyanajridi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @sofyanajridi , currently it's not supported in DAG flow. But you can try our class-based flex flow and define your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I wanted to know if it is possible to share variables between nodes. E.g lets say I have an initial flow that sets up a AzureOpenAI connection (not using the existing LLM node):
Node 1:
Now for Node 2, I would like to reuse the same client from Node 1. Is this possible or should I always have to redefine the variable?
If this is not possible, I would think a feature request like the following could be interesting?
Node 1:
Node 2:
Beta Was this translation helpful? Give feedback.
All reactions