add the addMemory option docs#616
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | c42248f | Commit Preview URL Branch Preview URL |
Dec 19 2025, 01:09 AM |
How to use the Graphite Merge QueueAdd the label Main to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Code Review: Add addMemory Option DocumentationOverviewThis PR adds important documentation about the ✅ Positive Aspects
🐛 Issues Found1. Empty Code Block (apps/docs/ai-sdk/overview.mdx:48-49)```typescriptIssue: As of my knowledge cutoff (January 2025), OpenAI's latest models are GPT-4 variants. Impact: Medium - Users copying this code will get API errors when they try to use a non-existent model. Recommendation: Revert to 3. Missing Model Update in user-profiles.mdxIn const model = withSupermemory(openai("gpt-4"), "user-123")Issue: Inconsistency - this file has the same Impact: Minor - creates confusion about which model to use. Recommendation: Keep all examples consistent. Use valid OpenAI model names throughout. 💡 Suggestions for Improvement1. Add Context About When to Use
|
Merge activity
|
7de1043 to
c42248f
Compare
Pull Request ReviewSummaryThis PR adds important documentation for the Code Quality ✅Positive aspects:
Issues Found 🔍1. Empty code block (apps/docs/ai-sdk/overview.mdx:48-49)```typescript |


No description provided.