Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kichanyurd committed Dec 28, 2024
1 parent d3d2cf5 commit d964c03
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ All notable changes to Parlant will be documented here.
- Support for union parameters ("T | None") in tool functions

### Changed
- Fix 404 not being returned if a tool service isn't found
- Made all stores thread-safe with reader/writer locks
- Fixed having direct calls to asyncio.gather() instead of safe_gather()
- Reverted GPT version for guideline connection proposer to 2024-08-06
- Changed definition of causal connection to take the source's when statement into account. The connection proposer now assumes the source's condition is true when examining if it entails other guideline.

### Fixed
- Fix 404 not being returned if a tool service isn't found
- Fix having direct calls to asyncio.gather() instead of safe_gather()

### Removed
- Removed connection kind (entails / suggests) from the guideline connection proposer and all places downstream. the connection_kind argument is no longer needed or supported for all guideline connections.

Expand Down

0 comments on commit d964c03

Please sign in to comment.