mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
fix: provider id issue
This commit is contained in:
parent
f33f8ca109
commit
32b5db754e
@ -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++
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user