You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,9 +26,10 @@ public function isHandle(string $method): bool
26
26
/**
27
27
* Executes a specified method with provided parameters and returns the result.
28
28
*
29
-
* @param string $method The method to be executed.
30
-
* @param array|null $params An associative array of parameters required for execution. Must include 'name' as the tool identifier and optionally 'arguments'.
29
+
* @param string $method The method to be executed.
30
+
* @param array|null $params An associative array of parameters required for execution. Must include 'name' as the tool identifier and optionally 'arguments'.
31
31
* @return array The response array containing the execution result, which may vary based on the method.
32
+
*
32
33
* @throws JsonRpcErrorException If the tool name is missing or the tool is not found
33
34
* @throws ToolParamsValidatorException If the provided arguments are invalid.
0 commit comments