You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Revise an existing long-term memory node. Any provided content, metadata, and glossary fields are applied as one node update event; omitted fields are left unchanged",
415
+
"description": "Revise an existing long-term memory node. Omitted content, metadata, and glossary mutation fields are left unchanged",
"content": {"type": "string", "description": "New content to replace the existing content; omit to leave content unchanged"},
422
422
"priority": {"type": "integer", "minimum": 0, "description": "New priority level; omit to leave priority unchanged"},
423
423
"disclosure": {"type": "string", "description": "New disclosure / trigger condition; omit to leave disclosure unchanged"},
424
-
"glossary": {"type": "array", "items": {"type": "string"}, "description": "Full replacement list for this node glossary. Omit to leave glossary unchanged; pass [] to clear it"},
425
424
"glossary_add": {"type": "array", "items": {"type": "string"}, "description": "Keywords to add as part of this same node update event"},
426
425
"glossary_remove": {"type": "array", "items": {"type": "string"}, "description": "Keywords to remove as part of this same node update event"},
427
426
"session_id": {"type": "string", "description": "Session identifier from the <recall session_id=\"...\"> tag"},
0 commit comments