Evaluates whether the response is concise and to the point
This evaluation template assesses whether an AI response is concise and to the point. It evaluates the efficiency and clarity of the response, ensuring it is direct and free of unnecessary words or details.
result = evaluator.evaluate( eval_templates="is_concise", inputs={ "input": "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)