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