feishu: send message_id in BodyForAgent (fix #27218)

This commit is contained in:
xianshishan
2026-02-26 12:02:00 +00:00
committed by Peter Steinberger
parent db6c513d1e
commit 6d52b47076
+1 -1
View File
@@ -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,