Add metadata field to memory update schema (#3115)

This commit is contained in:
Saket Aryan
2025-07-07 22:19:13 +05:30
committed by GitHub
parent 2992c298cb
commit 6866e56d7a

View File

@@ -1699,6 +1699,10 @@
"text": {
"type": "string",
"description": "The updated text content of the memory"
},
"metadata": {
"type": "object",
"description": "Additional metadata associated with the memory"
}
}
}