Skip to main content

execute

AsyncMethod
This is a method of the ToolProtocol class in the protocols module.
Execute the tool with arguments

Signature

async def execute(&self, args: serde_json::Value) -> Result<serde_json::Value>

Parameters

args
serde_json::Value
required
No description available.

Returns

Returns
Result<serde_json::Value>
The result of the operation.