update
Browse files
server/core/generators/metadata_generator.py
CHANGED
@@ -55,7 +55,7 @@ Current story segment:
|
|
55 |
|
56 |
|
57 |
FOR CHOICES : NEVER propose to go back to the previous location or go back to the portal. NEVER.
|
58 |
-
Dont be obvious
|
59 |
|
60 |
{is_end}
|
61 |
|
|
|
55 |
|
56 |
|
57 |
FOR CHOICES : NEVER propose to go back to the previous location or go back to the portal. NEVER.
|
58 |
+
Dont be obvious. NEVER use "approach the ...", its too slow to be a choice.
|
59 |
|
60 |
{is_end}
|
61 |
|
server/core/generators/story_segment_generator.py
CHANGED
@@ -102,7 +102,7 @@ EXAMPLES:
|
|
102 |
- In a mansion, a detective finds a passage after searching the library.
|
103 |
|
104 |
BAD:
|
105 |
-
- In a mansion, a detective finds a passage after searching the library. [Choix du joueur: Choice 1, "the hero encounter a
|
106 |
- [A town, 00h00] In a medieval village, a blacksmith discovers a map after repairing a sword.
|
107 |
|
108 |
Story history:
|
@@ -203,6 +203,7 @@ Write a story segment that:
|
|
203 |
2. Maintains consistency with the universe and story
|
204 |
3. Respects all previous rules about length and style
|
205 |
4. Naturally integrates the custom elements while staying true to the plot
|
|
|
206 |
"""
|
207 |
|
208 |
# Créer les messages
|
|
|
102 |
- In a mansion, a detective finds a passage after searching the library.
|
103 |
|
104 |
BAD:
|
105 |
+
- In a mansion, a detective finds a passage after searching the library. [Choix du joueur: Choice 1, "the hero encounter a ..."]
|
106 |
- [A town, 00h00] In a medieval village, a blacksmith discovers a map after repairing a sword.
|
107 |
|
108 |
Story history:
|
|
|
203 |
2. Maintains consistency with the universe and story
|
204 |
3. Respects all previous rules about length and style
|
205 |
4. Naturally integrates the custom elements while staying true to the plot
|
206 |
+
5. NEVER FORGET THE CHOICE, IT MUST BE MENTIONED IN THE STORY.
|
207 |
"""
|
208 |
|
209 |
# Créer les messages
|