From 6d52b470765b1650715849f1cdcd9fce032030be Mon Sep 17 00:00:00 2001 From: xianshishan Date: Thu, 26 Feb 2026 14:44:39 +0800 Subject: [PATCH] feishu: send message_id in BodyForAgent (fix #27218) --- extensions/feishu/src/bot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/feishu/src/bot.ts b/extensions/feishu/src/bot.ts index 769982d2244..4970aeb8ee6 100644 --- a/extensions/feishu/src/bot.ts +++ b/extensions/feishu/src/bot.ts @@ -947,7 +947,7 @@ export async function handleFeishuMessage(params: { const ctxPayload = core.channel.reply.finalizeInboundContext({ Body: combinedBody, - BodyForAgent: ctx.content, + BodyForAgent: messageBody, InboundHistory: inboundHistory, RawBody: ctx.content, CommandBody: ctx.content,