fix: provider id issue

This commit is contained in:
Aiden Cline
2025-12-03 20:45:55 -06:00
parent ac54645dc1
commit f3f7cb29eb
+1 -1
View File
@@ -341,7 +341,7 @@ export namespace SessionProcessor {
error: e,
stack: JSON.stringify(e.stack),
})
const error = MessageV2.fromError(e, { providerID: input.sessionID })
const error = MessageV2.fromError(e, { providerID: input.model.providerID })
const retry = SessionRetry.retryable(error)
if (retry !== undefined) {
attempt++