Feat/channel tool feedback animation (#2569)

* feat(channels): unify tool feedback animation across discord telegram and feishu

* fix(tool-feedback): unify fallback and single-message delivery

* fix(channels): finalize tool feedback in place

* fix ci

* feat: improve tool feedback
This commit is contained in:
lxowalle
2026-04-20 15:20:26 +08:00
committed by GitHub
parent 8461c996e5
commit e556a816e4
35 changed files with 3317 additions and 169 deletions
+1
View File
@@ -112,6 +112,7 @@ const (
pendingTurnPrefix = "pending-"
metadataKeyMessageKind = "message_kind"
messageKindThought = "thought"
messageKindToolFeedback = "tool_feedback"
metadataKeyAccountID = "account_id"
metadataKeyGuildID = "guild_id"
metadataKeyTeamID = "team_id"