LangChain - Evaluation and Testing
Identify the error in this regression test setup code:
my_chain = SomeLangchainChain() my_chain.add_test_case(input="Test", expected="Result") result = my_chain.run_regression_test()
Identify the error in this regression test setup code:
my_chain = SomeLangchainChain() my_chain.add_test_case(input="Test", expected="Result") result = my_chain.run_regression_test()
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions