fix(auth): key timeout cooldowns by attempted model

This commit is contained in:
Peter Steinberger
2026-05-31 13:50:56 +01:00
parent e9d93210e2
commit ef51d736fe

View File

@@ -3316,7 +3316,7 @@ export async function runEmbeddedAgent(
await maybeMarkAuthProfileFailure({
profileId: lastProfileId,
reason: assistantProfileFailureReason,
modelId: activeErrorContext.model,
modelId,
});
}
return {
@@ -3436,7 +3436,7 @@ export async function runEmbeddedAgent(
await maybeMarkAuthProfileFailure({
profileId: lastProfileId,
reason: assistantProfileFailureReason,
modelId: activeErrorContext.model,
modelId,
});
}