Replies: 1 comment 7 replies
-
Hi @LoopKarma, Take a look at this example: https://github.com/langchain-ai/langserve/blob/main/examples/passthrough_dict/server.py It's somewhat awkward, we'll be adding some new LCEL primitives to make this easier. If you want to try out part of the beta API for LCEL: https://github.com/langchain- And some examples here: We'll welcome any feedback. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I've searched and tried most of related examples from docs but no luck so far, maybe you can give me a hand here.
Question is simple: the input request data has item of items that should be used down the agent chain pipeline, how to do this?
Example:
I want to pass company value from user request down to the very last step of the chain. Is there a way to do this?
And I believe it's worth to describe in the documentation or to create an example for this case.
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions