mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 10:27:28 +00:00
fix: reduce Feishu streaming card print_step to avoid duplicate rendering
Fixes openclaw/openclaw#33751
This commit is contained in:
@@ -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" }],
|
||||
|
||||
Reference in New Issue
Block a user