Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/tools/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @supermemory/tools

Memory tools for AI SDK and OpenAI function calling with supermemory.
Memory tools for AI SDK and OpenAI function calling with supermemory

This package provides supermemory tools for both AI SDK and OpenAI function calling through dedicated submodule exports, each with function-based architectures optimized for their respective use cases.

Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@supermemory/tools",
"type": "module",
"version": "1.3.51",
"version": "1.3.52",
"description": "Memory tools for AI SDK and OpenAI function calling with supermemory",
"scripts": {
"build": "tsdown",
Expand Down
1 change: 1 addition & 0 deletions packages/tools/tsdown.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ export default defineConfig({
sourcemap: false,
},
exports: true,
unbundle: true,
})
Loading