new

improved

Chat

Prompts

February 13th 2024

image
Chat Message Extraction
You can now easily extract content from your chat messages:
  1. Scene Beats:
    When beats are detected, you can now copy them all into the clipboard to paste them into your scene - all at once! image
  2. Codex Entries:
    No more manual copy paste of your cast or settings. Let the system extract the details, and you can tweak them later. image
  3. Chapters/Outline:
    When the system detects a list of chapters, you can now add those to either a new, or an existing act. image
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
    ,
    isEqual
    and
    isNotEqual
  • New checks against POV types (
    scene.pov.isFirstPerson
    ,
    scene.pov.isSecondPerson
    ,
    scene.pov.isThirdPerson
    )
  • New
    context.actSoFar
    (since we already got
    storySoFar
    and
    chapterSoFar
    )
  • The
    context.previousScene
    now 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