ts-v3.1.5
Mem0 Node SDK (v3.1.5)
Added 1
- Add agentCustomInstructions to PromptUpdatePayload, AddMemoryOptions, and ProjectResponse to set a separate extraction instruction set for agent-scoped memories
New Features:
- Client: Add
agentCustomInstructionstoPromptUpdatePayload,AddMemoryOptions, andProjectResponse. It sets a second extraction instruction set that applies only to agent-scoped memories: an add passingagentIdwithoutuserIduses it, one passing both splits by attribution, and while it is unsetcustomInstructionscontinues to apply to every memory (#6809)