NoopChangeSubscription autogen.beta.knowledge.base.NoopChangeSubscription # Sentinel returned by backends that cannot observe changes efficiently. The hub falls back to polling when it sees a :class:NoopChangeSubscription. close async # close() Source code in autogen/beta/knowledge/base.py 32 33async def close(self) -> None: return None