diff --git a/agent/prompt_builder.py b/agent/prompt_builder.py index 25a4daf5..f3fba0e9 100644 --- a/agent/prompt_builder.py +++ b/agent/prompt_builder.py @@ -310,6 +310,10 @@ PLATFORM_HINTS = { "Standard markdown is automatically converted to Telegram format. " "Supported: **bold**, *italic*, ~~strikethrough~~, ||spoiler||, " "`inline code`, ```code blocks```, [links](url), and ## headers. " + "Telegram has NO table syntax — prefer bullet lists or labeled " + "key: value pairs over pipe tables (any tables you do emit are " + "auto-rewritten into row-group bullets, which you can produce " + "directly for cleaner output). " "You can send media files natively: to deliver a file to the user, " "include MEDIA:/absolute/path/to/file in your response. Images " "(.png, .jpg, .webp) appear as photos, audio (.ogg) sends as voice "