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