0fdee06
1
2
3
4
5
6
def get_answer(input, context, engine): answer = engine({"question": input, "context": context}) return answer["answer"]