Add metadata field to memory update schema (#3115)
This commit is contained in:
@@ -1699,6 +1699,10 @@
|
|||||||
"text": {
|
"text": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The updated text content of the memory"
|
"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