mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
docs(tools): correct addMemory default in OpenAI middleware JSDoc (#1253)
This commit is contained in:
parent
86854efee6
commit
bec73e28ad
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ const addMemoryTool = async (
|
|||
* @param options.customId - Optional conversation ID to group messages for contextual memory generation
|
||||
* @param options.verbose - Enable detailed logging of memory operations (default: false)
|
||||
* @param options.mode - Memory search mode: "profile" (all memories), "query" (search-based), or "full" (both) (default: "profile")
|
||||
* @param options.addMemory - Automatic memory storage mode: "always" or "never" (default: "never")
|
||||
* @param options.addMemory - Automatic memory storage mode: "always" or "never" (default: "always")
|
||||
* @returns Object with `wrapClient` and `createClient` methods
|
||||
* @throws {Error} When SUPERMEMORY_API_KEY environment variable is not set
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue