We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34327e4 commit cf4eae0Copy full SHA for cf4eae0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@anthropic-ai/sdk",
3
- "version": "0.4.0",
+ "version": "0.4.1",
4
"description": "Library for accessing the Anthropic API",
5
"repository": "https://github.com/anthropics/anthropic-sdk-typescript",
6
"license": "MIT",
src/index.ts
@@ -17,7 +17,7 @@ export type OnUpdate = (completion: CompletionResponse) => void | Promise<void>;
17
export const HUMAN_PROMPT = "\n\nHuman:";
18
export const AI_PROMPT = "\n\nAssistant:";
19
20
-const CLIENT_ID = "anthropic-typescript/0.4.0";
+const CLIENT_ID = "anthropic-typescript/0.4.1";
21
const DEFAULT_API_URL = "https://api.anthropic.com";
22
23
enum Event {
0 commit comments