mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
test(mattermost): align tool preview fixture with privacy default
This commit is contained in:
@@ -2040,7 +2040,10 @@ describe("mattermost inbound user posts", () => {
|
||||
chatmode: "onmessage",
|
||||
dmPolicy: "open",
|
||||
groupPolicy: "open",
|
||||
streaming: { mode: "block", preview: { toolProgress: true } },
|
||||
streaming: {
|
||||
mode: "block",
|
||||
preview: { toolProgress: true, commandText: "raw" },
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user