MemoryToolConfig
Defined in: src/memory/types.ts:164
Configuration for customizing a memory tool’s name or description.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”optional name?: string;Defined in: src/memory/types.ts:166
Custom tool name.
description?
Section titled “description?”optional description?: string;Defined in: src/memory/types.ts:168
Custom tool description.