mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
chore(LocalRunnerClient): remove a redundant comment
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user