创建结果消息(子代理 -> 主控)
(String fromAgent, AgentRole role, String content)
| 37 | * 创建结果消息(子代理 -> 主控) |
| 38 | */ |
| 39 | public static AgentMessage result(String fromAgent, AgentRole role, String content) { |
| 40 | return new AgentMessage(fromAgent, role, content, Type.RESULT); |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * 创建反馈消息(检查者 -> 主控) |
no outgoing calls