From dcba83186a8f0f7f2b8cf810fed59b055e41ebf8 Mon Sep 17 00:00:00 2001 From: Prateek Chhikara <46902268+prateekchhikara@users.noreply.github.com> Date: Wed, 19 Feb 2025 18:37:01 -0800 Subject: [PATCH] Updated docs (#2231) --- docs/openapi.json | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/docs/openapi.json b/docs/openapi.json index 138a4db6..05130fbe 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -4276,18 +4276,24 @@ }, "nullable": true }, - "org_id": { - "description": "The unique identifier of the organization associated with this memory.", - "title": "Organization id", - "type": "string", - "nullable": true - }, - "project_id": { - "description": "The unique identifier of the project associated with this memory.", - "title": "Project id", - "type": "string", - "nullable": true - } + "custom_instructions": { + "description": "Defines project-specific guidelines for handling and organizing memories. When set at the project level, they apply to all new memories in that project.", + "title": "Custom instructions", + "type": "string", + "nullable": true + }, + "org_id": { + "description": "The unique identifier of the organization associated with this memory.", + "title": "Organization id", + "type": "string", + "nullable": true + }, + "project_id": { + "description": "The unique identifier of the project associated with this memory.", + "title": "Project id", + "type": "string", + "nullable": true + } } }, "MemorySearchInput": {