LangChain - Evaluation and Testing
Consider this code snippet:
What will this code output if
result = my_chain.evaluate(input_data={'text': 'Hello'})
print(result)What will this code output if
my_chain has a bug causing it to return None instead of a string?