Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vachillo committed Aug 5, 2024
1 parent f0d912f commit 4f5f77d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- `AstraDbVectorStoreDriver` to support DataStax Astra DB as a vector store.
- Ability to set custom schema properties on Tool Activities via `extra_schema_properties`.
- Parameter `structure` to `BaseTask`. `BaseTask.add_parent/child` will now call `self.structure.add_task` if possible.
- Parameter `structure` to `BaseTask`.
- Method `try_find_task` to `Structure`.

### Changed
- `BaseTask.add_parent/child` will now call `self.structure.add_task` if possible.

## [0.29.0] - 2024-07-30

### Added
Expand Down

0 comments on commit 4f5f77d

Please sign in to comment.