Skip to main content

wrap_registered_native_tool

Function wrap_registered_native_tool 

Source
pub fn wrap_registered_native_tool<T>(
    registration: &ToolRegistration,
    tool: T,
    workspace_root: PathBuf,
    mode: CgpRuntimeMode,
) -> Arc<dyn Tool> 
where T: Tool + Send + Sync + 'static,