From 78e2efc0f23aaea7dec9c2adfd20d090b1a0b9cb Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Fri, 23 May 2025 14:41:13 +0530 Subject: [PATCH] Doc: update messages in api reference (#2777) --- docs/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openapi.json b/docs/openapi.json index 0ef307bd..a5832a04 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -4819,7 +4819,7 @@ "type": "object", "properties": { "messages": { - "description": "An array of message objects representing the content of the memory. Each message object typically contains 'role' and 'content' fields, where 'role' indicates the sender (e.g., 'user', 'assistant', 'system') and 'content' contains the actual message text. This structure allows for the representation of conversations or multi-part memories.", + "description": "An array of message objects representing the content of the memory. Each message object typically contains 'role' and 'content' fields, where 'role' indicates the sender either 'user' or 'assistant' and 'content' contains the actual message text. This structure allows for the representation of conversations or multi-part memories.", "type": "array", "items": { "type": "object",