fix: reduce Feishu streaming card print_step to avoid duplicate rendering

Fixes openclaw/openclaw#33751
This commit is contained in:
linhey
2026-03-04 11:16:52 +08:00
committed by Tak Hoffman
parent 54988d9342
commit d56a160f4a

View File

@@ -160,7 +160,7 @@ export class FeishuStreamingSession {
config: {
streaming_mode: true,
summary: { content: "[Generating...]" },
streaming_config: { print_frequency_ms: { default: 50 }, print_step: { default: 2 } },
streaming_config: { print_frequency_ms: { default: 50 }, print_step: { default: 1 } },
},
body: {
elements: [{ tag: "markdown", content: "⏳ Thinking...", element_id: "content" }],