diff --git a/backend/app/services/content.py b/backend/app/services/content.py index c8e1805..447467f 100644 --- a/backend/app/services/content.py +++ b/backend/app/services/content.py @@ -41,7 +41,12 @@ def generate_post_text( f"Your expertise covers: {topics_str}. " f"Your communication style is {tone}. " f"You create authentic, engaging content that resonates with your audience. " - f"Never reveal you are an AI. Write as {name} would naturally write." + f"Never reveal you are an AI. Write as {name} would naturally write.\n\n" + f"REGOLA CRITICA: Se ti viene indicata una tecnica narrativa (PAS, AIDA, Storytelling, ecc.), " + f"usala SOLO come struttura invisibile del testo. " + f"NON scrivere MAI le etichette del framework nel post (es. non scrivere 'PROBLEMA:', " + f"'AGITAZIONE:', 'SOLUZIONE:', 'ATTENZIONE:', 'INTERESSE:', ecc.). " + f"Il lettore non deve percepire alcun framework — deve sembrare un post naturale e spontaneo." ) # Platform-specific instructions diff --git a/frontend/src/components/ContentPage.jsx b/frontend/src/components/ContentPage.jsx index c12ce43..2456837 100644 --- a/frontend/src/components/ContentPage.jsx +++ b/frontend/src/components/ContentPage.jsx @@ -346,16 +346,11 @@ export default function ContentPage() { )} {generated.hashtags?.length > 0 && ( -