mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
25 lines
584 B
YAML
25 lines
584 B
YAML
title: Matrix streaming replacement retention
|
|
scenario:
|
|
id: matrix-streaming-replacement-retention
|
|
surface: channels
|
|
coverage:
|
|
primary:
|
|
- matrix.conversation-routing-and-delivery
|
|
docsRefs:
|
|
- docs/channels/matrix.md
|
|
execution:
|
|
kind: flow
|
|
channel: matrix
|
|
timeoutMs: 90000
|
|
retryCount: 0
|
|
config:
|
|
matrixConfigOverrides:
|
|
streaming: partial
|
|
textChunkLimit: 160
|
|
|
|
flow:
|
|
module: ./live-transports/matrix/scenarios/scenario-runtime-room.js
|
|
call: runStreamingReplacementRetentionScenario
|
|
args:
|
|
- expr: "scenarioContext"
|