CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
runtimeOutputDirContext.js5 linesDownload Raw Back to acp-integration
1import { Storage } from '@qwen-code/qwen-code-core';2export function runWithAcpRuntimeOutputDir(settings, cwd, fn) {3    return Storage.runWithRuntimeBaseDir(settings.merged.advanced?.runtimeOutputDir, cwd, fn);4}5//# sourceMappingURL=runtimeOutputDirContext.js.map
basant307/AI_Governance_Project · CoolFace