context.isStartOfScene always return true
in progress
U
Uniform Goat
I want when writing my first scene in the charpter, load the whole previous chapter text to AI, and when writing other scene in the chapter load current chapter text to AI.
the problem is I found #if (context.isStartOfScene) do not go to the else part.
for current chapter the context.chapterSoFar is return only summeries but no mehtod to reuturn full text. when I rewriter middle of chapter, chapter.fullText is not very good,because it load falling part also.
spaceemotion
in progress
U
Uniform Goat
whatever secne you writing context.isStartOfScene always return true
spaceemotion
Uniform Goat: I cannot replicate this. Which prompt type are you using and in what case are you seeing this behavior?
The
context.isStartOfScene
needs a scene context and checks if there is any prior text to the current context.It is meant to work with the scene beats, and not really other prompt types.