chore(MetaAction): update outdated comment

This commit is contained in:
2025-12-17 22:18:43 +08:00
parent 8a7681ae31
commit 0413fc281d

View File

@@ -35,8 +35,7 @@ public class MetaAction implements Comparable<MetaAction> {
*/ */
private boolean io; private boolean io;
/** /**
* 行动程序类型,可分为PLUGIN(jar文件)、SCRIPT(Python程序)、MCP(MCP服务) * 行动程序类型,可分为 MCP、ORIGIN 两种,前者对应读取到的 MCP Tool、后者对应生成的临时行动程序
* .
*/ */
private MetaActionType type; private MetaActionType type;