🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ai

Package Overview
Dependencies
Maintainers
5
Versions
1394
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
7.0.44
to
7.0.45
+3
-3
package.json
{
"name": "ai",
"version": "7.0.44",
"version": "7.0.45",
"type": "module",

@@ -45,5 +45,5 @@ "description": "AI SDK by Vercel - build apps like ChatGPT, Claude, Gemini, and more with a single interface for any model using the Vercel AI Gateway or go direct to OpenAI, Anthropic, Google, or any other model provider.",

"dependencies": {
"@ai-sdk/gateway": "4.0.33",
"@ai-sdk/gateway": "4.0.34",
"@ai-sdk/provider": "4.0.4",
"@ai-sdk/provider-utils": "5.0.16"
"@ai-sdk/provider-utils": "5.0.17"
},

@@ -50,0 +50,0 @@ "devDependencies": {

@@ -25,2 +25,3 @@ import type {

import type { ToolApprovalConfiguration } from '../generate-text/tool-approval-configuration';
import type { Experimental_ToolCallers } from '../generate-text/tool-caller-configuration';
import type { ToolCallRepairFunction } from '../generate-text/tool-call-repair-function';

@@ -139,2 +140,7 @@ import type {

/**
* Configures which caller tools may invoke each tool.
*/
experimental_toolCallers?: Experimental_ToolCallers<NoInfer<TOOLS>>;
/**
* Optional function that you can use to provide different settings for a step.

@@ -334,2 +340,3 @@ */

| 'toolApproval'
| 'experimental_toolCallers'
| 'providerOptions'

@@ -369,2 +376,3 @@ | 'experimental_download'

| 'toolApproval'
| 'experimental_toolCallers'
| 'providerOptions'

@@ -371,0 +379,0 @@ | 'experimental_download'

@@ -175,6 +175,8 @@ import type { Context, ToolSet } from '@ai-sdk/provider-utils';

/**
* The generated structured output. It uses the `output` specification.
* The generated output according to the `output` specification.
*
* @throws {NoOutputGeneratedError} When no output is available, for example
* when the final step does not finish with a `stop` reason.
*/
readonly output: InferCompleteOutput<OUTPUT>;
}

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 too big to display

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

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

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