Skip to content

Commit e74f567

Browse files
committed
Bump version to 0.16.0
1 parent d360a86 commit e74f567

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.16.0
4+
5+
- Add simpleHash function to generate unique IDs for tool calls in LangtailChatLanguageModel to prevent collisions, particularly with Google Gemini 2.5
6+
- Update tool call ID logic to incorporate hashed arguments
7+
38
## 0.15.3
49

510
- support null in reasoning (returned by openrouter sometimes)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "langtail",
3-
"version": "0.15.3",
3+
"version": "0.16.0",
44
"description": "",
55
"main": "./Langtail.js",
66
"packageManager": "pnpm@8.15.6",

0 commit comments

Comments
 (0)