mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-18 04:41:56 +00:00
feat(gateway): stream Telegram edits safely
This commit is contained in:
parent
cca2869d78
commit
1ac8deb3ca
3 changed files with 50 additions and 0 deletions
|
|
@ -500,6 +500,7 @@ group_sessions_per_user: true
|
|||
# Stream tokens to messaging platforms in real-time. The bot sends a message
|
||||
# on first token, then progressively edits it as more tokens arrive.
|
||||
# Disabled by default — enable to try the streaming UX on Telegram/Discord/Slack.
|
||||
# For Telegram, partial edits are sent as plain text and only the final edit uses MarkdownV2.
|
||||
streaming:
|
||||
enabled: false
|
||||
# transport: edit # "edit" = progressive editMessageText
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue