fix: use existing workspace for provider validation

This commit is contained in:
Codex
2026-06-05 16:34:54 +08:00
parent a9891b45f5
commit 25ec9f459d
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ export async function validateProviderProfile(profileValue: string, body: unknow
const run = await options.store.createRun({
tenantId: "hwlab",
projectId: "pikasTech/HWLAB",
workspaceRef: { kind: "opaque", path: "provider-profile-validation" },
workspaceRef: { kind: "opaque", path: "/home/agentrun/agentrun-source" },
providerId: "G14",
backendProfile: profile,
executionPolicy: validationExecutionPolicy(profile, namespace),