Skip to content

Commit 4b2134e

Browse files
feat(api): api update
1 parent 2093bff commit 4b2134e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -298,13 +298,13 @@ from anthropic.types import (
298298
WebSearchToolResultBlockParam,
299299
WebSearchToolResultBlockParamContent,
300300
WebSearchToolResultError,
301-
MessageStreamEvent,
302-
MessageStartEvent,
303-
MessageDeltaEvent,
304-
MessageStopEvent,
305-
ContentBlockStartEvent,
306301
ContentBlockDeltaEvent,
302+
ContentBlockStartEvent,
307303
ContentBlockStopEvent,
304+
MessageDeltaEvent,
305+
MessageStartEvent,
306+
MessageStopEvent,
307+
MessageStreamEvent,
308308
)
309309
```
310310

src/anthropic/_constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@
2222
"anthropic.claude-opus-4-20250514-v1:0": 8_192,
2323
"claude-opus-4@20250514": 8_192,
2424
}
25+
2526
HUMAN_PROMPT = "\n\nHuman:"

0 commit comments

Comments
 (0)