new
improved
Chat
Prompts
February 13th 2024

Chat Message Extraction
You can now easily extract content from your chat messages:
- Scene Beats:When beats are detected, you can now copy them all into the clipboard to paste them into your scene - all at once!
- Codex Entries:No more manual copy paste of your cast or settings. Let the system extract the details, and you can tweak them later.
- Chapters/Outline:When the system detects a list of chapters, you can now add those to either a new, or an existing act.
To trigger the extraction, use the new "Extract" button below the AI response in the chat.
This feature does not use any AI calls and depends on internal logic. While many different cases have been implemented, there can be misses. If the system doesn't detect anything, please ask the AI to rewrite its output in a list format.
New Custom Prompt Functions
- New logic functions: and,or,isEqualandisNotEqual
- New checks against POV types (scene.pov.isFirstPerson,scene.pov.isSecondPerson,scene.pov.isThirdPerson)
- New context.actSoFar(since we already gotstorySoFarandchapterSoFar)
- The context.previousScenenow has the same list of calls as the regular scene (e.g.context.previousScene.pov.type)
And as always: various other bug fixes and improvements