mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
fix(channels): honor reasoning defaults in previews (#71817) (thanks @anagnorisis2peripeteia)
This commit is contained in:
@@ -1357,6 +1357,8 @@ export async function handleFeishuMessage(params: {
|
||||
},
|
||||
};
|
||||
const allowReasoningPreview = resolveFeishuReasoningPreviewEnabled({
|
||||
cfg,
|
||||
agentId,
|
||||
storePath: agentStorePath,
|
||||
sessionKey: agentSessionKey,
|
||||
});
|
||||
@@ -1532,6 +1534,8 @@ export async function handleFeishuMessage(params: {
|
||||
agentId: route.agentId,
|
||||
});
|
||||
const allowReasoningPreview = resolveFeishuReasoningPreviewEnabled({
|
||||
cfg,
|
||||
agentId: route.agentId,
|
||||
storePath,
|
||||
sessionKey: route.sessionKey,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user