play.py contains an unused get_custom_prompt() function. Replaced it with what's currently used for custom prompts
Removed a capitalization check from result_replace() that, to my knowledge, has no effect.
grepping through the code reveals ConstrainedStoryManager to be unused. I then went through its contents and removed anything else not being used by other part of the code.
Remove trailing spaces introduced by previous edits
This pull request contains four changes:
get_custom_prompt()
function. Replaced it with what's currently used for custom promptsresult_replace()
that, to my knowledge, has no effect.ConstrainedStoryManager
to be unused. I then went through its contents and removed anything else not being used by other part of the code.