Skip to main content

get_tool

Function get_tool 

Source
pub fn get_tool(tool_name: &str) -> Result<Box<dyn Tool + Send + Sync>, String>
Expand description

Get tool configuration by name

§Arguments

  • tool_name - Name of the tool

§Returns

Result with tool reference or error