mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
feat(LocalRunnerClient): correct method signature
This commit is contained in:
@@ -270,7 +270,7 @@ public class LocalRunnerClient extends RunnerClient {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static @NotNull MetaActionInfo buildMetaActionInfo(McpSchema.Tool tool) {
|
private @NotNull MetaActionInfo buildMetaActionInfo(McpSchema.Tool tool) {
|
||||||
MetaActionInfo info = new MetaActionInfo();
|
MetaActionInfo info = new MetaActionInfo();
|
||||||
info.setDescription(tool.description());
|
info.setDescription(tool.description());
|
||||||
Map<String, Object> outputSchema = tool.outputSchema();
|
Map<String, Object> outputSchema = tool.outputSchema();
|
||||||
|
|||||||
Reference in New Issue
Block a user