Could you invoke more than 2 runnables at once? #26909
seanpark98
started this conversation in
General
Replies: 1 comment
-
Take a look at |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I remember something like the following was possible previously, where I created multiple prompt chains and combined them into a SequentialChain. It used input_variables, output_keys, and output_variables to pass information between the chains:
Has this become impossible using the new LELC? I've been stuck trying to achieve the same thing, but I can't find a way to implement a similar functionality like above.
Beta Was this translation helpful? Give feedback.
All reactions