Live Engine
Select Topic
mediumLangchain Lcel
You have
chain = prompt | llm | parser. You call chain.batch([input1, input2, input3, input4, input5]). Two of the five inputs cause the parser to raise a ValueError. What is the default behavior?