Skip to content

Commit 742c600

Browse files
committed
improved test
1 parent 4c02ac5 commit 742c600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/test_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async def test_no_hallucination() -> None:
8787
.is_message(role="assistant")
8888
.judge(
8989
llm,
90-
intent="Declines to answer. Optionally, may offer to help if the user provides the missing information.",
90+
intent="Declines to answer and/or speculate. Optionally it may ask for information or offer help if more is provided (not required).",
9191
)
9292
)
9393

0 commit comments

Comments
 (0)