mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 21:28:26 +00:00
fix: preserve inter-session input provenance (thanks @anbecker)
This commit is contained in:
@@ -475,6 +475,7 @@ describe("sessions tools", () => {
|
||||
expect(call.params).toMatchObject({
|
||||
lane: "nested",
|
||||
channel: "webchat",
|
||||
inputProvenance: { kind: "inter_session" },
|
||||
});
|
||||
}
|
||||
expect(
|
||||
@@ -652,6 +653,7 @@ describe("sessions tools", () => {
|
||||
expect(call.params).toMatchObject({
|
||||
lane: "nested",
|
||||
channel: "webchat",
|
||||
inputProvenance: { kind: "inter_session" },
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user