mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-14 23:17:30 +08:00
telegram: disable thinking placeholder output to avoid stale regressions
This commit is contained in:
@@ -613,8 +613,6 @@ func (c *TelegramChannel) handleMessage(runCtx context.Context, message *telego.
|
|||||||
})
|
})
|
||||||
cancelAPI()
|
cancelAPI()
|
||||||
|
|
||||||
c.startThinkingPlaceholder(runCtx, chatID, message.MessageID)
|
|
||||||
|
|
||||||
metadata := map[string]string{
|
metadata := map[string]string{
|
||||||
"message_id": fmt.Sprintf("%d", message.MessageID),
|
"message_id": fmt.Sprintf("%d", message.MessageID),
|
||||||
"user_id": fmt.Sprintf("%d", user.ID),
|
"user_id": fmt.Sprintf("%d", user.ID),
|
||||||
|
|||||||
Reference in New Issue
Block a user