Skip to content

Commit a1e5c49

Browse files
Version Packages (#536)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 74c87ef commit a1e5c49

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/olive-ears-live.md

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

.changeset/pink-snakes-turn.md

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

plugins/openai/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @livekit/agents-plugin-openai
22

3+
## 0.9.3
4+
5+
### Patch Changes
6+
7+
- remove duplicated stringify for string tool output - [#537](https://github.com/livekit/agents-js/pull/537) ([@toubatbrian](https://github.com/toubatbrian))
8+
9+
- Fix tool parsing to allow return object - [#535](https://github.com/livekit/agents-js/pull/535) ([@Shubhrakanti](https://github.com/Shubhrakanti))
10+
311
## 0.9.2
412

513
### Patch Changes

plugins/openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents-plugin-openai",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "OpenAI plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)