Skip to content

Commit 4d8392f

Browse files
committed
style: final ruff formatting and lint fixes
1 parent f43f3c1 commit 4d8392f

10 files changed

Lines changed: 424 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
**Tau2 Benchmark**
13+
14+
- Implemented full support for Tau2 benchmark telecom domain, including `TelecomUserTools` and `TelecomUserModels` (PR: #TODO)
15+
- Added support for user-side tools in `Tau2Environment`, enabling dual-control scenarios (PR: #TODO)
16+
- Added usage examples and user-focused documentation for `Tau2Benchmark` (PR: #TODO)
17+
18+
**Core**
19+
20+
- Added `tools` support to `User` and `UserLLMSimulator`, allowing simulated users to execute tool calls (PR: #TODO)
21+
- Updated `UserLLMSimulator` prompt template to include tool instructions (PR: #TODO)
22+
1223
### Changed
1324

25+
**Tau2 Benchmark**
26+
27+
- Updated `Tau2Benchmark`, `Tau2Evaluator`, and `Tau2Environment` docstrings to remove internal implementation narratives and improve clarity (PR: #TODO)
28+
1429
### Fixed
1530

1631
### Removed

0 commit comments

Comments
 (0)