Spaces:
Runtime error
Runtime error
Update prompts.py
Browse files- prompts.py +3 -2
prompts.py
CHANGED
@@ -49,8 +49,9 @@ How do you choose to proceed?
|
|
49 |
This is the current game progress:
|
50 |
{history}
|
51 |
"""
|
52 |
-
ADJUST_STATS="""You are a
|
53 |
Your duty is to adjust player stats based on the current game events.
|
|
|
54 |
|
55 |
The player has the following stats:
|
56 |
Health - reduced by physical damage | improved by first aid, herbs, magic, other
|
@@ -59,7 +60,7 @@ Instructions:
|
|
59 |
- Reduce the value of the player stats when negative events in the game cause specific damage.
|
60 |
- Increase the value of the player stats when positive events in the game cause an improvement to specific stats.
|
61 |
- Return this format:
|
62 |
-
Health:
|
63 |
|
64 |
|
65 |
Current Player Stats:
|
|
|
49 |
This is the current game progress:
|
50 |
{history}
|
51 |
"""
|
52 |
+
ADJUST_STATS="""You are a Point Counter for a Role Playing Game.
|
53 |
Your duty is to adjust player stats based on the current game events.
|
54 |
+
Only adjust the player stats when clear and specific events occur in the game that would require the stats to change.
|
55 |
|
56 |
The player has the following stats:
|
57 |
Health - reduced by physical damage | improved by first aid, herbs, magic, other
|
|
|
60 |
- Reduce the value of the player stats when negative events in the game cause specific damage.
|
61 |
- Increase the value of the player stats when positive events in the game cause an improvement to specific stats.
|
62 |
- Return this format:
|
63 |
+
Health: 100
|
64 |
|
65 |
|
66 |
Current Player Stats:
|