🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@ai-sdk/openai

Package Overview
Dependencies
Maintainers
3
Versions
586
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-sdk/openai - npm Package Compare versions

Comparing version
3.0.75
to
3.0.76
+1
-1
dist/index.d.mts

@@ -1055,3 +1055,3 @@ import * as _ai_sdk_provider from '@ai-sdk/provider';

conversation?: string | null | undefined;
include?: ("file_search_call.results" | "message.output_text.logprobs" | "reasoning.encrypted_content")[] | null | undefined;
include?: ("web_search_call.results" | "file_search_call.results" | "message.output_text.logprobs" | "reasoning.encrypted_content")[] | null | undefined;
instructions?: string | null | undefined;

@@ -1058,0 +1058,0 @@ logprobs?: number | boolean | undefined;

@@ -1055,3 +1055,3 @@ import * as _ai_sdk_provider from '@ai-sdk/provider';

conversation?: string | null | undefined;
include?: ("file_search_call.results" | "message.output_text.logprobs" | "reasoning.encrypted_content")[] | null | undefined;
include?: ("web_search_call.results" | "file_search_call.results" | "message.output_text.logprobs" | "reasoning.encrypted_content")[] | null | undefined;
instructions?: string | null | undefined;

@@ -1058,0 +1058,0 @@ logprobs?: number | boolean | undefined;

{
"name": "@ai-sdk/openai",
"version": "3.0.75",
"version": "3.0.76",
"license": "Apache-2.0",

@@ -39,4 +39,4 @@ "sideEffects": false,

"dependencies": {
"@ai-sdk/provider": "3.0.11",
"@ai-sdk/provider-utils": "4.0.31"
"@ai-sdk/provider": "3.0.12",
"@ai-sdk/provider-utils": "4.0.32"
},

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

@@ -45,2 +45,3 @@ import type { JSONObject, JSONSchema7, JSONValue } from '@ai-sdk/provider';

| 'web_search_call.action.sources'
| 'web_search_call.results'
| 'code_interpreter_call.outputs'

@@ -47,0 +48,0 @@ | 'computer_call_output.output.image_url'

@@ -159,3 +159,3 @@ import {

* The set of extra fields to include in the response (advanced, usually not needed).
* Example values: 'reasoning.encrypted_content', 'file_search_call.results', 'message.output_text.logprobs'.
* Example values: 'reasoning.encrypted_content', 'file_search_call.results', 'web_search_call.results', 'message.output_text.logprobs'.
*/

@@ -167,2 +167,3 @@ include: z

'file_search_call.results',
'web_search_call.results',
'message.output_text.logprobs',

@@ -169,0 +170,0 @@ ]),

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 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