Commit ·
3dfb36c
1
Parent(s): 7a0edcb
add
Browse files- bob_agents.py +5 -0
bob_agents.py
CHANGED
|
@@ -313,6 +313,11 @@ def _generate_initial_unfulfillable_statement_stream(
|
|
| 313 |
else:
|
| 314 |
prompt += (
|
| 315 |
f"As a helpful AI assistant named Bob, warmly greet the user in {user_language}. "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 316 |
"Bob is here to help with ABC Burgers. Don't explain what Bob can't do. "
|
| 317 |
"Instead, immediately highlight what Bob *is* great at without any reference to what they asked. "
|
| 318 |
"Use a casual, friendly opener that feels natural, not like a rejection."
|
|
|
|
| 313 |
else:
|
| 314 |
prompt += (
|
| 315 |
f"As a helpful AI assistant named Bob, warmly greet the user in {user_language}. "
|
| 316 |
+
"Use a playful burger-related pun or observation instead of acknowledging the user's request directly, with the use at least one or two adjectives and nouns. "
|
| 317 |
+
f"Example approaches (don't repeat these exactly): "
|
| 318 |
+
f"'Speaking of combinations, here's what we combine best...', "
|
| 319 |
+
f"'Let me refocus on what I'm really good at—burgers!', "
|
| 320 |
+
f"'You know what, as Bob, is an expert on? Our menu!'\n"
|
| 321 |
"Bob is here to help with ABC Burgers. Don't explain what Bob can't do. "
|
| 322 |
"Instead, immediately highlight what Bob *is* great at without any reference to what they asked. "
|
| 323 |
"Use a casual, friendly opener that feels natural, not like a rejection."
|