@anthropic-ai/sdk
Advanced tools
Comparing version 0.23.0 to 0.24.0
{ | ||
"name": "@anthropic-ai/sdk", | ||
"version": "0.23.0", | ||
"version": "0.24.0", | ||
"description": "The official TypeScript library for the Anthropic API", | ||
@@ -5,0 +5,0 @@ "author": "Anthropic <support@anthropic.com>", |
@@ -379,3 +379,3 @@ import * as Core from '@anthropic-ai/sdk/core'; | ||
*/ | ||
model: (string & {}) | 'claude-3-opus-20240229' | 'claude-3-sonnet-20240229' | 'claude-3-haiku-20240307' | 'claude-2.1' | 'claude-2.0' | 'claude-instant-1.2'; | ||
model: (string & {}) | 'claude-3-5-sonnet-20240620' | 'claude-3-opus-20240229' | 'claude-3-sonnet-20240229' | 'claude-3-haiku-20240307' | 'claude-2.1' | 'claude-2.0' | 'claude-instant-1.2'; | ||
/** | ||
@@ -411,3 +411,3 @@ * An object describing metadata about the request. | ||
*/ | ||
system?: string; | ||
system?: string | Array<TextBlockParam>; | ||
/** | ||
@@ -414,0 +414,0 @@ * Amount of randomness injected into the response. |
@@ -482,2 +482,3 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
| (string & {}) | ||
| 'claude-3-5-sonnet-20240620' | ||
| 'claude-3-opus-20240229' | ||
@@ -523,3 +524,3 @@ | 'claude-3-sonnet-20240229' | ||
*/ | ||
system?: string; | ||
system?: string | Array<TextBlockParam>; | ||
@@ -526,0 +527,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export const VERSION = '0.23.0'; // x-release-please-version | ||
export const VERSION = '0.24.0'; // x-release-please-version |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.23.0"; | ||
export declare const VERSION = "0.24.0"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '0.23.0'; // x-release-please-version | ||
exports.VERSION = '0.24.0'; // x-release-please-version | ||
//# sourceMappingURL=version.js.map |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
749725
11705