tg_summarize
Summarize long Telegram messages server-side and optionally translate them into another language. Get the gist of up to 10 messages without using context window.
Instructions
Have Telegram summarise long messages, optionally straight into another language.
The summary is produced server-side and costs nothing in context, so prefer it over reading a 3000-character post in full when the owner only wants the gist. Give the whole post to the model instead when precision matters.
Args: chat: chat id, @username, exact title or "me". message_ids: up to 10 messages, each summarised on its own. to_lang: two-letter language code to summarise into, e.g. "en", "ru".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | ||
| to_lang | No | ||
| message_ids | Yes |