You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
blockStreaming:true, // opt into completed-block streaming
282
+
streamingSearchFallback:false, // also send final plain text for Feishu search (default: false)
282
283
},
283
284
},
284
285
}
285
286
```
286
287
287
288
Set `streaming: false` to send the complete reply in one message. `blockStreaming` is off by default; enable it only when you want completed assistant blocks flushed before the final reply.
288
289
290
+
Feishu conversation search may only index the initial interactive card content, so completed streaming card text may not appear in "search conversation content" results. Set `streamingSearchFallback: true` to also send the final streamed reply as a plain text message after the card closes. This makes the content searchable, but users will see an additional final text message.
291
+
289
292
### Quota optimization
290
293
291
294
Reduce the number of Feishu/Lark API calls with two optional flags:
@@ -582,6 +585,7 @@ Full configuration: [Gateway configuration](/gateway/configuration)
582
585
|`channels.feishu.mediaMaxMb`| Media size limit |`30`|
0 commit comments