Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Jan 21, 2025
1 parent 4b47512 commit 794d13d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `GriptapeCloudAssistantDriver` and `OpenAiAssistantDriver` now automatically create a new Thread if one is not provided. Can be disabled with `auto_create_thread=False`.
- `GriptapeCloudAssistantDriver` and `OpenAiAssistantDriver` now return metadata (`thread_id`) on the response Artifact.
- `GriptapeCloudAssistantDriver` now accepts a `thread_alias` parameter for fetching a Thread by alias, creating one if it doesn't exist.
- `EvalEngine` to use structured output when generating evaluation steps.
- `GriptapeCloudVectorStoreDriver.query()` updated to non-deprecated Griptape Cloud API shape.

### Fixed

Expand All @@ -37,10 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated

- `FuturesExecutorMixin.futures_executor`. Use `FuturesExecutorMixin.create_futures_executor` instead.
### Changed

- `EvalEngine` to use structured output when generating evaluation steps.
- `GriptapeCloudVectorStoreDriver.query()` updated to non-deprecated Griptape Cloud API shape.

## [1.1.1] - 2025-01-03

Expand Down

0 comments on commit 794d13d

Please sign in to comment.