We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719c5d3 commit adb5441Copy full SHA for adb5441
apps/server/src/provider/Layers/OpenClawAdapter.ts
@@ -799,7 +799,7 @@ function makeOpenClawAdapter(options?: OpenClawAdapterLiveOptions) {
799
catch: (cause) =>
800
new ProviderAdapterProcessError({
801
provider: PROVIDER,
802
- threadId: context.threadId,
+ threadId: context.session.threadId,
803
detail: "Failed to send session.stop during teardown.",
804
cause,
805
}),
@@ -812,7 +812,7 @@ function makeOpenClawAdapter(options?: OpenClawAdapterLiveOptions) {
812
813
814
815
816
detail: "Failed to close websocket during teardown.",
817
818
0 commit comments