You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In StoryWizard the const m = cleaned.match(/^(.+?)\s*[—–:\-]\s+(.+)$/) regex will match as soon as the first word of their description streams out and then saves it as a new fragment. It is not updated for consequent streaming ticks.
In
StoryWizardtheconst m = cleaned.match(/^(.+?)\s*[—–:\-]\s+(.+)$/)regex will match as soon as the first word of their description streams out and then saves it as a new fragment. It is not updated for consequent streaming ticks.