chore(LocalRunnerClient): remove a redundant comment

This commit is contained in:
2025-12-17 20:02:28 +08:00
parent 1947f25ed6
commit 8a7681ae31

View File

@@ -43,7 +43,6 @@ public class LocalRunnerClient extends RunnerClient {
protected RunnerResponse doRun(MetaAction metaAction) {
RunnerResponse response;
try {
// 由于三种方式返回的内容结构变化太大,所以选择油具体执行逻辑返回真正的 Response 对象
response = switch (metaAction.getType()) {
case MetaActionType.MCP -> doRunWithMcp(metaAction);
case MetaActionType.ORIGIN -> doRunWithOrigin(metaAction);