From c65f4e97ac1a41272da2cc59ec1e2d6a88efbd70 Mon Sep 17 00:00:00 2001 From: Dhravya Shah Date: Fri, 3 Oct 2025 02:37:30 -0700 Subject: fix: docs --- apps/docs/memory-api/sdks/openai-plugins.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/docs/memory-api') diff --git a/apps/docs/memory-api/sdks/openai-plugins.mdx b/apps/docs/memory-api/sdks/openai-plugins.mdx index 2fb0a789..6550cee3 100644 --- a/apps/docs/memory-api/sdks/openai-plugins.mdx +++ b/apps/docs/memory-api/sdks/openai-plugins.mdx @@ -142,7 +142,7 @@ tools = SupermemoryTools( import { supermemoryTools } from "@supermemory/tools/openai" const tools = supermemoryTools(process.env.SUPERMEMORY_API_KEY!, { - projectId: "your-project-id", + containerTags: ["your-user-id"], baseUrl: "https://custom-endpoint.com", // optional }) ``` -- cgit v1.2.3