execute
AsyncMethod
This is a method of the ToolProtocol class in the protocols module.Execute the tool with arguments
Signature
Parameters
No description available.
Returns
The result of the operation.
execute: Execute the tool with arguments
This is a method of the ToolProtocol class in the protocols module.Execute the tool with arguments
async def execute(&self, args: serde_json::Value) -> Result<serde_json::Value>