Added Param output_format in AI SDK (#2960)

This commit is contained in:
Saket Aryan
2025-06-15 06:42:56 +05:30
committed by GitHub
parent 18c870ec79
commit c7e91171a0
4 changed files with 44 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mem0/vercel-ai-provider",
"version": "1.0.4",
"version": "1.0.6",
"description": "Vercel AI Provider for providing memory to LLMs",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
@@ -28,6 +28,7 @@
"dependencies": {
"@ai-sdk/anthropic": "1.1.12",
"@ai-sdk/cohere": "1.1.12",
"@ai-sdk/google": "1.2.18",
"@ai-sdk/groq": "1.1.11",
"@ai-sdk/openai": "1.1.15",
"@ai-sdk/provider": "1.0.9",