mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +08:00
refactor(LocalRunnerClient): update action keys building source in
DynamicActionMcp Context: Building action keys by subdirector's name keeps unique identity for each local action.
This commit is contained in:
@@ -485,7 +485,7 @@ public class LocalRunnerClient extends RunnerClient {
|
||||
continue;
|
||||
|
||||
MetaActionInfo info = JSONUtil.readJSONObject(meta, StandardCharsets.UTF_8).toBean(MetaActionInfo.class);
|
||||
existedMetaActions.put("local::" + program.getName(), info);
|
||||
existedMetaActions.put("local::" + dir.getName(), info);
|
||||
|
||||
Map<String, Object> additional = Map.of("pre", info.getPreActions(),
|
||||
"post", info.getPostActions(),
|
||||
|
||||
Reference in New Issue
Block a user