MCPcopy Create free account
hub / github.com/OperationT00/T-Code / review

Method review

src/main/java/com/tcode/agent/SubAgent.java:262–264  ·  view source on GitHub ↗

检查结果(Reviewer 专用)

(String originalTask, String executionResult)

Source from the content-addressed store, hash-verified

260 * 检查结果(Reviewer 专用)
261 */
262 public AgentMessage review(String originalTask, String executionResult) {
263 return review(originalTask, executionResult, System.out);
264 }
265
266 public AgentMessage review(String originalTask, String executionResult, PrintStream out) {
267 String reviewInput = "原始任务:" + originalTask + "\n\n执行结果:\n" + executionResult;

Callers

nothing calls this directly

Calls 2

taskMethod · 0.95
executeMethod · 0.95

Tested by

no test coverage detected