File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.1.26] - 2025-08-19
11+
12+ ### Added
13+
14+ - TrustworthyRAG now skips response-based evaluations when tool calls are detected in the response text.
15+
1016## [ 1.1.25] - 2025-08-12
1117
1218### Added
@@ -316,7 +322,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
316322- Release of the Cleanlab TLM Python client.
317323
318324
319- [ Unreleased ] : https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.25...HEAD
325+ [ Unreleased ] : https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.26...HEAD
326+ [ 1.1.26 ] : https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.25...v1.1.26
320327[ 1.1.25 ] : https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.24...v1.1.25
321328[ 1.1.24 ] : https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.23...v1.1.24
322329[ 1.1.23 ] : https://github.com/cleanlab/cleanlab-tlm/compare/v1.1.22...v1.1.23
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: MIT
2- __version__ = "1.1.25 "
2+ __version__ = "1.1.26 "
You can’t perform that action at this time.
0 commit comments