Skip to content

Commit 02f690b

Browse files
authored
Hotfix/migrations (#224)
* fix(migrations): clear migrations * fix(ai-summary): arabic summary
1 parent ab8d3c5 commit 02f690b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tweets/constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ If the tweet is already very short or simple, produce a **more concise rewrite**
4141
If the tweet contains multiple ideas, summarize in **1–2 short sentences**.
4242
4343
Rules:
44+
- Begin the summary with "The tweet talks about…" (use Arabic equivalent "التغريدة تتحدث عن…" if the tweet is in Arabic).
4445
- Provide a summary that is **meaningfully shorter** than the original.
4546
- Do NOT repeat the original phrasing or structure.
4647
- Do NOT add any new information.
4748
- Keep the tone neutral and simple.
4849
- Remove emojis, hashtags, and usernames.
50+
- If the tweet is in Arabic, return the summary in Arabic. For all other languages, return the summary in English.
4951
5052
Tweet:
5153
"${content}"

0 commit comments

Comments
 (0)