diff options
| author | Dhravya Shah <[email protected]> | 2025-10-03 02:39:29 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-10-03 02:39:29 -0700 |
| commit | e1d7d6ba700620098bdffd5b3fa11096146b8841 (patch) | |
| tree | 22c9d8a35598b4e8c6600791e5bbbedfffe5b20d /apps/docs | |
| parent | Merge branch 'main' of https://github.com/supermemoryai/supermemory (diff) | |
| download | supermemory-e1d7d6ba700620098bdffd5b3fa11096146b8841.tar.xz supermemory-e1d7d6ba700620098bdffd5b3fa11096146b8841.zip | |
chore: fix docs again
Diffstat (limited to 'apps/docs')
| -rw-r--r-- | apps/docs/cookbook/personal-assistant.mdx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/docs/cookbook/personal-assistant.mdx b/apps/docs/cookbook/personal-assistant.mdx index db999100..2c977660 100644 --- a/apps/docs/cookbook/personal-assistant.mdx +++ b/apps/docs/cookbook/personal-assistant.mdx @@ -76,9 +76,7 @@ A personal AI assistant that: model: openai('gpt-4-turbo'), messages, tools: supermemoryTools(process.env.SUPERMEMORY_API_KEY!, { - headers: { - 'x-sm-user-id': userId, - } + containerTags: [userId] }), system: `You are a highly personalized AI assistant. Your primary goal is to learn about the user and provide increasingly personalized help over time. |