Replies: 1 comment
-
The possibility to pass multiple outputs was added in #9271, which is in main but not yet released. (@dfokina I'll create an issue to document this aspect) |
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
-
Hi,
I'm trying to create a pipeline where one of the input variables defines which component to use next (for example which Generator).
I've been able to achieve this with the ConditionalRouter where I can define for example:
And then have the relevant outputs (prompts) be connected to the desired component
However I cannot figure out how to pass multiple variables through the ConditionalRouter (other than just the prompt in this example), like for example some generation parameters (temp, max_tokens, ...).
This is similar to rhajou's question: #7585 (reply in thread)
Best and thanks
Beta Was this translation helpful? Give feedback.
All reactions