pub type ToolErrorMapper = Arc<dyn Fn(&str) -> String + Send + Sync + 'static>;
pub struct ToolErrorMapper { /* private fields */ }