latitudegames / AIDungeon

Infinite adventures await!
http://www.aidungeon.io/
MIT License
3.18k stars 555 forks source link

[BUG] Custom setting has an empty context #219

Open Herohtar opened 4 years ago

Herohtar commented 4 years ago

🐛 Bug Report

Describe the bug Related to #185. The current custom setting option uses a blank context for the generator. This means that your original prompt is eventually forgotten as the story gets longer and things get more random.

Expected behavior At the very least, AI Dungeon should store the original prompt as the context. This would make the game more likely to remember details about who you are as the story progresses.

Alternatively, (and better, IMO) it should allow setting the context (for describing who you are and other important details) and then give a second input for a starting prompt (so less important starting details aren't remembered forever).

Additional context This would make the custom setting consistent with the other options, which all store something in the context and would improve the custom setting.

OrionFive commented 4 years ago

This is a really low hanging fruit to massively improve custom scenarios. As a workaround I immediately /remember the scenario right at the beginning and then it works as intended. This would really improve the experience of people who are not aware of this issue.