Skip to content

NullConversationManager

Defined in: src/conversation-manager/null-conversation-manager.ts:16

A no-op conversation manager that does not modify the conversation history. Implements HookProvider but registers zero hooks.

new NullConversationManager(): NullConversationManager;

NullConversationManager

registerCallbacks(_registry): void;

Defined in: src/conversation-manager/null-conversation-manager.ts:23

Registers callbacks with the hook registry. This implementation registers no hooks, providing a complete no-op behavior.

ParameterTypeDescription
_registryHookRegistryThe hook registry to register callbacks with (unused)

void

HookProvider.registerCallbacks