telegram: disable thinking placeholder output to avoid stale regressions

This commit is contained in:
DBT
2026-02-26 12:59:22 +00:00
parent 4f5fb0e6cf
commit 7d2c01d2b6

View File

@@ -613,8 +613,6 @@ func (c *TelegramChannel) handleMessage(runCtx context.Context, message *telego.
})
cancelAPI()
c.startThinkingPlaceholder(runCtx, chatID, message.MessageID)
metadata := map[string]string{
"message_id": fmt.Sprintf("%d", message.MessageID),
"user_id": fmt.Sprintf("%d", user.ID),