Function proto::tools::create_tool

source ·
pub async fn create_tool(
    tool: &ToolType
) -> Result<Box<dyn Tool<'static>>, ProtoError>