Added Param output_format in AI SDK (#2960)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user