get
Method
This is a method of the ToolRegistry class in the tools module.Get a tool by name
Signature
Parameters
No description available.
Returns
The result of the operation.
get: Get a tool by name
This is a method of the ToolRegistry class in the tools module.Get a tool by name
def get(&self, name: &str) -> Option<Arc<dyn Tool>>