Evaluates whether the response is helpful in solving the user problem or answering their question
This evaluation template assesses whether an AI response is genuinely helpful in addressing the user’s query or request. It evaluates the utility, relevance, and effectiveness of the response in solving the user’s problem or answering their question.
result = evaluator.evaluate( eval_templates="is_helpful", inputs={ "input": "Why doesn’t honey go bad?", "output": "Honey doesn’t spoil because its low moisture and high acidity prevent the growth of bacteria and other microbes." }, model_name="turing_flash")print(result.eval_results[0].output)print(result.eval_results[0].reason)