mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-19 16:13:19 +00:00
fix: openai sdk packaging issue (#532)
This commit is contained in:
parent
6a47cd9763
commit
9d7f1edbfb
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@supermemory/tools",
|
||||
"type": "module",
|
||||
"version": "1.2.5",
|
||||
"version": "1.3.0",
|
||||
"description": "Memory tools for AI SDK and OpenAI function calling with supermemory",
|
||||
"scripts": {
|
||||
"build": "tsdown",
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ import {
|
|||
* @param options.conversationId - Optional conversation ID to group messages into a single document for contextual memory generation
|
||||
* @param options.verbose - Optional flag to enable detailed logging of memory search and injection process (default: false)
|
||||
* @param options.mode - Optional mode for memory search: "profile" (default), "query", or "full"
|
||||
* @param options.addMemory - Optional mode for memory addition: "always" (default), "never"
|
||||
* @param options.addMemory - Optional mode for memory addition: "always", "never" (default)
|
||||
*
|
||||
* @returns An OpenAI client with SuperMemory middleware injected
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue