LangChain - Chains and LCEL
You want to create a chain that first processes text with
chainA, then summarizes with chainB, and finally translates with chainC. Which code correctly composes this using the pipe operator?