(String toolName, String argumentsJson)
| 94 | } |
| 95 | |
| 96 | public String callTool(String toolName, String argumentsJson) throws IOException { |
| 97 | return callToolOutput(toolName, argumentsJson).text(); |
| 98 | } |
| 99 | |
| 100 | public ToolOutput callToolOutput(String toolName, String argumentsJson) throws IOException { |
| 101 | JsonNode args; |