@ai-sdk/anthropic
Advanced tools
+6
-0
| # @ai-sdk/anthropic | ||
| ## 3.0.44 | ||
| ### Patch Changes | ||
| - 23ac4a3: fix(provider/anthropic): minor follow up to support no-op speed standard | ||
| ## 3.0.43 | ||
@@ -4,0 +10,0 @@ |
+4
-1
@@ -177,3 +177,6 @@ import { JSONObject, ProviderV3, LanguageModelV3 } from '@ai-sdk/provider'; | ||
| }>>; | ||
| speed: z.ZodOptional<z.ZodLiteral<"fast">>; | ||
| speed: z.ZodOptional<z.ZodEnum<{ | ||
| fast: "fast"; | ||
| standard: "standard"; | ||
| }>>; | ||
| contextManagement: z.ZodOptional<z.ZodObject<{ | ||
@@ -180,0 +183,0 @@ edits: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{ |
+4
-1
@@ -177,3 +177,6 @@ import { JSONObject, ProviderV3, LanguageModelV3 } from '@ai-sdk/provider'; | ||
| }>>; | ||
| speed: z.ZodOptional<z.ZodLiteral<"fast">>; | ||
| speed: z.ZodOptional<z.ZodEnum<{ | ||
| fast: "fast"; | ||
| standard: "standard"; | ||
| }>>; | ||
| contextManagement: z.ZodOptional<z.ZodObject<{ | ||
@@ -180,0 +183,0 @@ edits: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{ |
+1
-1
| { | ||
| "name": "@ai-sdk/anthropic", | ||
| "version": "3.0.43", | ||
| "version": "3.0.44", | ||
| "license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -442,2 +442,4 @@ import { JSONSchema7 } from '@ai-sdk/provider'; | ||
| export type AnthropicSpeed = 'fast' | 'standard'; | ||
| export type AnthropicToolChoice = | ||
@@ -444,0 +446,0 @@ | { type: 'auto' | 'any'; disable_parallel_tool_use?: boolean } |
@@ -177,3 +177,3 @@ import { z } from 'zod/v4'; | ||
| */ | ||
| speed: z.literal('fast').optional(), | ||
| speed: z.enum(['fast', 'standard']).optional(), | ||
@@ -180,0 +180,0 @@ contextManagement: z |
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 not supported yet
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
2542463
0.06%27167
0.01%