execute_tool
Method
This is a method of the ToolPluginProtocol class in the plugins module.Execute a tool by name
Signature
Parameters
&str
required
No description available.
serde_json::Value
required
No description available.
Returns
Result<serde_json::Value, String>
The result of the operation.

