From 742c6006394ef25aeb918dd3f2c385aab5ba1990 Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Wed, 9 Jul 2025 15:20:29 -0700 Subject: [PATCH] improved test --- evals/test_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evals/test_agent.py b/evals/test_agent.py index 76c0d11..7ccd0c1 100644 --- a/evals/test_agent.py +++ b/evals/test_agent.py @@ -87,7 +87,7 @@ async def test_no_hallucination() -> None: .is_message(role="assistant") .judge( llm, - intent="Declines to answer. Optionally, may offer to help if the user provides the missing information.", + intent="Declines to answer and/or speculate. Optionally it may ask for information or offer help if more is provided (not required).", ) )