Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ai

Package Overview
Dependencies
Maintainers
11
Versions
289
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai - npm Package Compare versions

Comparing version 3.4.17 to 3.4.18

6

CHANGELOG.md
# ai
## 3.4.18
### Patch Changes
- 95c67b4: fix (ai/core): handle tool calls without results in message conversion
## 3.4.17

@@ -4,0 +10,0 @@

2

package.json
{
"name": "ai",
"version": "3.4.17",
"version": "3.4.18",
"description": "AI SDK by Vercel - The AI Toolkit for TypeScript and JavaScript",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -427,3 +427,4 @@ import { LanguageModelV1FinishReason, LanguageModelV1CallWarning, LanguageModelV1ProviderMetadata, LanguageModelV1 } from '@ai-sdk/provider';

/**
Prompt part of the AI function options. It contains a system message, a simple text prompt, or a list of messages.
Prompt part of the AI function options.
It contains a system message, a simple text prompt, or a list of messages.
*/

@@ -440,3 +441,3 @@ type Prompt = {

/**
A list of messsages. You can either use `prompt` or `messages` but not both.
A list of messages. You can either use `prompt` or `messages` but not both.
*/

@@ -443,0 +444,0 @@ messages?: Array<CoreMessage>;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc