LangChain - Evaluation and Testing
Why does this code raise an error?
from langchain.schema.example import Example examples = [ Example(input="What is AI?", output=123) ]
