refactor: replace message.content with message.parts (#868)
This commit is contained in:
parent
553a3d825a
commit
47a630fd53
25 changed files with 1311 additions and 311 deletions
|
|
@ -19,9 +19,9 @@
|
|||
"test": "export PLAYWRIGHT=True && pnpm exec playwright test --workers=4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/fireworks": "0.1.12",
|
||||
"@ai-sdk/openai": "1.2.0",
|
||||
"@ai-sdk/react": "^1.1.20",
|
||||
"@ai-sdk/fireworks": "0.1.16",
|
||||
"@ai-sdk/openai": "1.2.5",
|
||||
"@ai-sdk/react": "^1.1.23",
|
||||
"@codemirror/lang-javascript": "^6.2.2",
|
||||
"@codemirror/lang-python": "^6.1.6",
|
||||
"@codemirror/state": "^6.5.0",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
"@vercel/analytics": "^1.3.1",
|
||||
"@vercel/blob": "^0.24.1",
|
||||
"@vercel/postgres": "^0.10.0",
|
||||
"ai": "4.1.50",
|
||||
"ai": "4.1.61",
|
||||
"bcrypt-ts": "^5.0.2",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"classnames": "^2.5.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue