MCPcopy Create free account
hub / github.com/Roy3838/Observer / clearAgentImageMemory

Function clearAgentImageMemory

app/src/utils/agent_database.ts:377–379  ·  view source on GitHub ↗
(agentId: string)

Source from the content-addressed store, hash-verified

375
376// Clear agent image memory
377export async function clearAgentImageMemory(agentId: string): Promise<void> {
378 await updateAgentImageMemory(agentId, []);
379}
380
381// Delete a memory entry (text and images only, not agent)
382export async function deleteMemory(memoryId: string): Promise<void> {

Callers 1

handleClearImagesFunction · 0.90

Calls 1

updateAgentImageMemoryFunction · 0.85

Tested by

no test coverage detected