@ai-sdk/openai
Advanced tools
+1
-1
@@ -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; |
+1
-1
@@ -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; |
+3
-3
| { | ||
| "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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
3717758
0.03%40279
0.01%+ Added
+ Added
- Removed
- Removed
Updated