from verifier_wrapper import VerifierWrapper context = """ The company expects approximately $125 million from monetization of tax credits. """ question = "How much monetization is expected?" wrapper = VerifierWrapper() result = wrapper.answer( context=context, question=question, ) print(result)