MCPcopy Create free account
hub / github.com/MiniMax-AI/OpenRoom / isMemoryTool

Function isMemoryTool

apps/webuiapps/src/lib/memoryManager.ts:59–61  ·  view source on GitHub ↗
(toolName: string)

Source from the content-addressed store, hash-verified

57}
58
59export function isMemoryTool(toolName: string): boolean {
60 return toolName === 'save_memory';
61}
62
63// ---------------------------------------------------------------------------
64// Persistence (via session-data API, scoped to memory/ subdirectory)

Callers 1

runConversationFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected