Add metadata field to memory update schema (#3115)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user