chore(ActionCore): update outdated comment

This commit is contained in:
2025-12-18 15:42:02 +08:00
parent 0413fc281d
commit 1e6ff1b30c

View File

@@ -55,7 +55,7 @@ public class ActionCore extends PartnerCore<ActionCore> {
private final ExecutorService virtualExecutor = Executors.newVirtualThreadPerTaskExecutor(); private final ExecutorService virtualExecutor = Executors.newVirtualThreadPerTaskExecutor();
/** /**
* 已存在的行动程序,键为目录名,值为从目录加载的行动程序元信息 * 已存在的行动程序,键格式为‘<MCP-ServerName>::<Tool-Name>’,值为 MCP Server 通过 Resources 相关渠道传递的行动程序元信息
*/ */
private final Map<String, MetaActionInfo> existedMetaActions = new HashMap<>(); private final Map<String, MetaActionInfo> existedMetaActions = new HashMap<>();
private final List<PhaserRecord> phaserRecords = new ArrayList<>(); private final List<PhaserRecord> phaserRecords = new ArrayList<>();