Skip to main content

get

Method
This is a method of the ToolRegistry class in the tools module.
Get a tool by name

Signature

def get(&self, name: &str) -> Option<Arc<dyn Tool>>

Parameters

name
&str
required
No description available.

Returns

Returns
Option<Arc<dyn Tool>>
The result of the operation.