diff options
| author | Dhravya <[email protected]> | 2025-12-20 00:46:13 +0000 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2025-12-20 00:46:13 +0000 |
| commit | 81e192e6168e99efa8055365184bb9fbf9afcd2b (patch) | |
| tree | abdee7813b3ca0ad1946a1b7475a7cf281da726c /packages/tools/package.json | |
| parent | feat(docs): v4 hybrid search parameter and examples (#621) (diff) | |
| download | supermemory-12-15-support_for_conversations.tar.xz supermemory-12-15-support_for_conversations.zip | |
Support for conversations in SDKs (#618)12-15-support_for_conversations
Diffstat (limited to 'packages/tools/package.json')
| -rw-r--r-- | packages/tools/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tools/package.json b/packages/tools/package.json index 2e8550ad..4edd0a19 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -1,7 +1,7 @@ { "name": "@supermemory/tools", "type": "module", - "version": "1.3.13", + "version": "1.3.51", "description": "Memory tools for AI SDK and OpenAI function calling with supermemory", "scripts": { "build": "tsdown", |