A question to share together
${esc(story.reflection)}
` : ''}
${story.illustrationPrompt ? `
Illustration prompt (for later)
${esc(story.illustrationPrompt)}
` : ''}
`;
wrap.appendChild(inner);
chatArea.appendChild(wrap);
scrollBottom();
}
function esc(str) {
return String(str ?? '')
.replace(/&/g,'&').replace(//g,'>')
.replace(/"/g,'"').replace(/\n/g,'