From 6866e56d7a86170db11b165506f712d1a3948fc1 Mon Sep 17 00:00:00 2001 From: Saket Aryan Date: Mon, 7 Jul 2025 22:19:13 +0530 Subject: [PATCH] Add metadata field to memory update schema (#3115) --- docs/openapi.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/openapi.json b/docs/openapi.json index 2f2d24f1..f7eafc70 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -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" } } }