Skip to main content

execute

AsyncMethod
This is a method of the ToolRegistry class in the tools module.
Execute a tool by name

Signature

async def execute(&self, name: &str, args: Value) -> Result<ToolResult>

Parameters

name
&str
required
No description available.
args
Value
required
No description available.

Returns

Returns
Result<ToolResult>
The result of the operation.