Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/project.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "name": "nemo-guardrails-toolkit", "version": "0.18.0" }
{ "name": "nemo-guardrails-toolkit", "version": "0.19.0" }
19 changes: 19 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@ For a complete record of changes in a release, refer to the

---

(v0-19-0)=

## 0.19.0

(v0-19-0-features)=

### Key Features

- Added support for LangChain 1.x, including the content blocks API for reasoning traces and tool calls.

(v0-19-0-fixed-issues)=

### Fixed Issues

- Fixed TypeError in Colang 2.x chat caused by incorrect type conversion between `State` and `dict`.
- Fixed async streaming support for the ChatNVIDIA provider patch by adding a new `async_stream_decorator`.

---

(v0-18-0)=

## 0.18.0
Expand Down
4 changes: 4 additions & 0 deletions docs/versions1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[
{
"preferred": true,
"version": "0.19.0",
"url": "../0.19.0/"
},
{
"version": "0.18.0",
"url": "../0.18.0/"
},
Expand Down