We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c02ac5 commit 742c600Copy full SHA for 742c600
evals/test_agent.py
@@ -87,7 +87,7 @@ async def test_no_hallucination() -> None:
87
.is_message(role="assistant")
88
.judge(
89
llm,
90
- 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).",
91
)
92
93
0 commit comments