test
This commit is contained in:
+3
-4
@@ -29,12 +29,11 @@ async def test_offers_assistance() -> None:
|
|||||||
.judge(
|
.judge(
|
||||||
llm,
|
llm,
|
||||||
intent="""
|
intent="""
|
||||||
Offers assistance to the user.
|
Greets the user in a friendly manner.
|
||||||
|
|
||||||
Optional context that may or may not be included:
|
Optional context that may or may not be included:
|
||||||
- A friendly greeting or introduction
|
- Offer of assistance with any request the user may have
|
||||||
- Welcoming tone
|
- Other small talk or chit chat is acceptable, so long as it is friendly and not too intrusive
|
||||||
- Invitation to ask questions or request help
|
|
||||||
""",
|
""",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user