@ai-sdk/provider 2.0.0-alpha.8 → 2.0.0-beta.1
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 +67 -0
- package/dist/index.d.mts +298 -988
- package/dist/index.d.ts +298 -988
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,72 @@
|
|
1
1
|
# @ai-sdk/provider
|
2
2
|
|
3
|
+
## 2.0.0-beta.1
|
4
|
+
|
5
|
+
### Major Changes
|
6
|
+
|
7
|
+
- 742b7be: feat: forward id, streaming start, streaming end of content blocks
|
8
|
+
- 7cddb72: refactoring (provider): collapse provider defined tools into single definition
|
9
|
+
- ccce59b: feat (provider): support changing provider, model, supportedUrls in middleware
|
10
|
+
- e2b9e4b: feat (provider): add name for provider defined tools for future validation
|
11
|
+
- 0d06df6: chore (ai): remove v1 providers
|
12
|
+
- 7435eb5: feat: upgrade speech models to v2 specification
|
13
|
+
- 44f4aba: feat: upgrade transcription models to v2 specification
|
14
|
+
- 023ba40: feat (provider): support arbitrary media types in tool results
|
15
|
+
- 5e57fae: refactoring (provider): restructure tool result output
|
16
|
+
|
17
|
+
### Patch Changes
|
18
|
+
|
19
|
+
- 472524a: spec (ai): add provider options to tools
|
20
|
+
- dd3ff01: chore: add language setting to speechv2
|
21
|
+
- cb68df0: feat: add transcription and speech model support to provider registry
|
22
|
+
|
23
|
+
## 2.0.0-alpha.15
|
24
|
+
|
25
|
+
### Patch Changes
|
26
|
+
|
27
|
+
- 48d257a: release alpha.15
|
28
|
+
|
29
|
+
## 2.0.0-alpha.14
|
30
|
+
|
31
|
+
### Major Changes
|
32
|
+
|
33
|
+
- 63f9e9b: chore (provider,ai): tools have input/output instead of args,result
|
34
|
+
|
35
|
+
### Patch Changes
|
36
|
+
|
37
|
+
- b5da06a: update to LanguageModelV2ProviderDefinedClientTool to add server side tool later on
|
38
|
+
- 2e13791: feat(anthropic): add server-side web search support
|
39
|
+
|
40
|
+
## 2.0.0-alpha.13
|
41
|
+
|
42
|
+
### Patch Changes
|
43
|
+
|
44
|
+
- 68ecf2f: release alpha.13
|
45
|
+
|
46
|
+
## 2.0.0-alpha.12
|
47
|
+
|
48
|
+
### Patch Changes
|
49
|
+
|
50
|
+
- e2aceaf: feat: add raw chunk support
|
51
|
+
|
52
|
+
## 2.0.0-alpha.11
|
53
|
+
|
54
|
+
### Patch Changes
|
55
|
+
|
56
|
+
- c1e6647: release alpha.11
|
57
|
+
|
58
|
+
## 2.0.0-alpha.10
|
59
|
+
|
60
|
+
### Patch Changes
|
61
|
+
|
62
|
+
- c4df419: release alpha.10
|
63
|
+
|
64
|
+
## 2.0.0-alpha.9
|
65
|
+
|
66
|
+
### Patch Changes
|
67
|
+
|
68
|
+
- 811dff3: release alpha.9
|
69
|
+
|
3
70
|
## 2.0.0-alpha.8
|
4
71
|
|
5
72
|
### Patch Changes
|