Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit e75face

Browse files
Version Packages (#36)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9e74cc9 commit e75face

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/rude-buttons-breathe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ai-provider/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# workers-ai-provider
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#35](https://github.com/cloudflare/workers-ai-provider/pull/35) [`9e74cc9`](https://github.com/cloudflare/workers-ai-provider/commit/9e74cc9ac939d77602d5a9873e717d9cd52e734f) Thanks [@andyjessop](https://github.com/andyjessop)! - Ensures that tool call data is available to model, by providing the JSON of the tool call as the content in the assistant message.
8+
39
## 0.1.1
410

511
### Patch Changes

packages/ai-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "workers-ai-provider",
33
"description": "Workers AI Provider for the vercel AI SDK",
44
"type": "module",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"repository": {

0 commit comments

Comments
 (0)