Skip to content

Commit 3e5371c

Browse files
committed
fix: repair rebased synthetic turn provider refs
1 parent 3d7def3 commit 3e5371c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/server/src/provider/Layers/ClaudeAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,7 @@ function makeClaudeAdapter(options?: ClaudeAdapterLiveOptions) {
15081508
turnId,
15091509
payload: {},
15101510
providerRefs: {
1511-
...providerThreadRef(context),
1511+
...nativeProviderRefs(context),
15121512
providerTurnId: turnId,
15131513
},
15141514
raw: {

0 commit comments

Comments
 (0)