From b1934069a4e8b4f346844a33fa403c1427533dae Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Thu, 17 Jul 2025 17:03:56 -0400 Subject: [PATCH] test --- evals/test_agent.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/evals/test_agent.py b/evals/test_agent.py index 66f28d3..d8eb119 100644 --- a/evals/test_agent.py +++ b/evals/test_agent.py @@ -29,12 +29,11 @@ async def test_offers_assistance() -> None: .judge( llm, intent=""" - Offers assistance to the user. + Greets the user in a friendly manner. Optional context that may or may not be included: - - A friendly greeting or introduction - - Welcoming tone - - Invitation to ask questions or request help + - Offer of assistance with any request the user may have + - Other small talk or chit chat is acceptable, so long as it is friendly and not too intrusive """, ) )