mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 09:40:26 +00:00
test: replay skill source fixture drift
This commit is contained in:
@@ -97,7 +97,13 @@ function createFixtureSkill(params: {
|
||||
description: params.description,
|
||||
filePath: params.filePath,
|
||||
baseDir: params.baseDir,
|
||||
source: params.source,
|
||||
sourceInfo: {
|
||||
path: params.filePath,
|
||||
source: params.source,
|
||||
scope: "project",
|
||||
origin: "top-level",
|
||||
baseDir: params.baseDir,
|
||||
},
|
||||
disableModelInvocation: false,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user