mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-10 20:12:58 +00:00
fix: thread workspace auth evidence through model auth
This commit is contained in:
@@ -31,6 +31,7 @@ export async function getRuntimeAuthForModel(params: {
|
||||
const resolvedAuth = await resolveModelApiKey({
|
||||
model: params.model,
|
||||
cfg: params.cfg,
|
||||
workspaceDir: params.workspaceDir,
|
||||
});
|
||||
|
||||
if (!resolvedAuth.apiKey || resolvedAuth.mode === "aws-sdk") {
|
||||
|
||||
Reference in New Issue
Block a user