@ai-sdk/anthropic 2.0.0-alpha.9 → 2.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +91 -0
- package/dist/index.d.mts +104 -457
- package/dist/index.d.ts +104 -457
- package/dist/index.js +759 -340
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +865 -457
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.d.mts +105 -364
- package/dist/internal/index.d.ts +105 -364
- package/dist/internal/index.js +755 -336
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +865 -457
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,96 @@
|
|
|
1
1
|
# @ai-sdk/anthropic
|
|
2
2
|
|
|
3
|
+
## 2.0.0-beta.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d601ed9: fix (provider/anthropic): send tool call id in tool-input-start chunk
|
|
8
|
+
|
|
9
|
+
## 2.0.0-beta.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 8f2854f: feat (provider/anthropic): send web search tool calls
|
|
14
|
+
- 5d959e7: refactor: updated openai + anthropic tool use server side
|
|
15
|
+
- 9f73965: feat (provider/anthropic): parse websearch tool args
|
|
16
|
+
- 399e056: fix: anthropic computer tool
|
|
17
|
+
- Updated dependencies [742b7be]
|
|
18
|
+
- Updated dependencies [7cddb72]
|
|
19
|
+
- Updated dependencies [ccce59b]
|
|
20
|
+
- Updated dependencies [e2b9e4b]
|
|
21
|
+
- Updated dependencies [45c1ea2]
|
|
22
|
+
- Updated dependencies [e025824]
|
|
23
|
+
- Updated dependencies [0d06df6]
|
|
24
|
+
- Updated dependencies [472524a]
|
|
25
|
+
- Updated dependencies [dd3ff01]
|
|
26
|
+
- Updated dependencies [7435eb5]
|
|
27
|
+
- Updated dependencies [cb68df0]
|
|
28
|
+
- Updated dependencies [bfdca8d]
|
|
29
|
+
- Updated dependencies [44f4aba]
|
|
30
|
+
- Updated dependencies [023ba40]
|
|
31
|
+
- Updated dependencies [5e57fae]
|
|
32
|
+
- Updated dependencies [71f938d]
|
|
33
|
+
- Updated dependencies [28a5ed5]
|
|
34
|
+
- @ai-sdk/provider@2.0.0-beta.1
|
|
35
|
+
- @ai-sdk/provider-utils@3.0.0-beta.1
|
|
36
|
+
|
|
37
|
+
## 2.0.0-alpha.15
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- Updated dependencies [48d257a]
|
|
42
|
+
- Updated dependencies [8ba77a7]
|
|
43
|
+
- @ai-sdk/provider@2.0.0-alpha.15
|
|
44
|
+
- @ai-sdk/provider-utils@3.0.0-alpha.15
|
|
45
|
+
|
|
46
|
+
## 2.0.0-alpha.14
|
|
47
|
+
|
|
48
|
+
### Patch Changes
|
|
49
|
+
|
|
50
|
+
- 2e13791: feat(anthropic): add server-side web search support
|
|
51
|
+
- 6392f60: fix(anthropic): resolve web search API validation errors with partial location + provider output
|
|
52
|
+
- Updated dependencies [b5da06a]
|
|
53
|
+
- Updated dependencies [63f9e9b]
|
|
54
|
+
- Updated dependencies [2e13791]
|
|
55
|
+
- @ai-sdk/provider@2.0.0-alpha.14
|
|
56
|
+
- @ai-sdk/provider-utils@3.0.0-alpha.14
|
|
57
|
+
|
|
58
|
+
## 2.0.0-alpha.13
|
|
59
|
+
|
|
60
|
+
### Patch Changes
|
|
61
|
+
|
|
62
|
+
- 8dfcb11: feat(anthropic/citation): text support for citations
|
|
63
|
+
- ee5a9c0: feat: streamText onChunk raw chunk support
|
|
64
|
+
- Updated dependencies [68ecf2f]
|
|
65
|
+
- @ai-sdk/provider@2.0.0-alpha.13
|
|
66
|
+
- @ai-sdk/provider-utils@3.0.0-alpha.13
|
|
67
|
+
|
|
68
|
+
## 2.0.0-alpha.12
|
|
69
|
+
|
|
70
|
+
### Patch Changes
|
|
71
|
+
|
|
72
|
+
- e2aceaf: feat: add raw chunk support
|
|
73
|
+
- Updated dependencies [e2aceaf]
|
|
74
|
+
- @ai-sdk/provider@2.0.0-alpha.12
|
|
75
|
+
- @ai-sdk/provider-utils@3.0.0-alpha.12
|
|
76
|
+
|
|
77
|
+
## 2.0.0-alpha.11
|
|
78
|
+
|
|
79
|
+
### Patch Changes
|
|
80
|
+
|
|
81
|
+
- 25f3454: feat(provider/anthropic): add PDF citation support with document sources for streamText
|
|
82
|
+
- Updated dependencies [c1e6647]
|
|
83
|
+
- @ai-sdk/provider@2.0.0-alpha.11
|
|
84
|
+
- @ai-sdk/provider-utils@3.0.0-alpha.11
|
|
85
|
+
|
|
86
|
+
## 2.0.0-alpha.10
|
|
87
|
+
|
|
88
|
+
### Patch Changes
|
|
89
|
+
|
|
90
|
+
- Updated dependencies [c4df419]
|
|
91
|
+
- @ai-sdk/provider@2.0.0-alpha.10
|
|
92
|
+
- @ai-sdk/provider-utils@3.0.0-alpha.10
|
|
93
|
+
|
|
3
94
|
## 2.0.0-alpha.9
|
|
4
95
|
|
|
5
96
|
### Patch Changes
|