mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-07 09:12:55 +00:00
fix(auth): key timeout cooldowns by attempted model
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user