You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
18
18
### Changed
19
19
- Task bitshift operators can now take a list of Tasks.
20
+
-`GriptapeCloudAssistantDriver` and `OpenAiAssistantDriver` now automatically create a new Thread if one is not provided. Can be disabled with `auto_create_thread=False`.
21
+
-`GriptapeCloudAssistantDriver` and `OpenAiAssistantDriver` now return metadata (`thread_id`) on the response Artifact.
22
+
-`GriptapeCloudAssistantDriver` now accepts a `thread_alias` parameter for fetching a Thread by alias, creating one if it doesn't exist.
23
+
-`EvalEngine` to use structured output when generating evaluation steps.
24
+
-`GriptapeCloudVectorStoreDriver.query()` updated to non-deprecated Griptape Cloud API shape.
20
25
21
26
### Fixed
22
27
@@ -34,10 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
39
### Deprecated
35
40
36
41
-`FuturesExecutorMixin.futures_executor`. Use `FuturesExecutorMixin.create_futures_executor` instead.
37
-
### Changed
38
-
39
-
-`EvalEngine` to use structured output when generating evaluation steps.
40
-
-`GriptapeCloudVectorStoreDriver.query()` updated to non-deprecated Griptape Cloud API shape.
0 commit comments