This commit is contained in:
Ben Cherry
2025-07-17 17:03:56 -04:00
parent 58d942bfa6
commit b1934069a4
+3 -4
View File
@@ -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
""",
)
)