update_memory
update_memory(
agent_name="project_bot",
memory_id="mem_abc123",
content="Updated timeline decision",
metadata={"priority": "critical"}
){
"success": true,
"memory_id": "mem_abc123",
"content": null,
"metadata": null,
"error": null
}Last updated