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
* Add streaming support to `ChatInterface::submit()`
5
-
- Add `StreamableStoreInterface` which indicates `StoreInterface` implementation can be configured with streaming
6
-
- Add `AccumulatingStreamResult` wrapper class which adds accumulation logic & callback chaining to `StreamResult` implementations (can wrap both `Agent` and `Platform` variants) to return the full message once `Generator` is exhausted
7
-
- Streamed responses now also create `AssistantMessage` & are added to `Store` in `Chat::submit()`
8
-
- Bugfixed loss of metadata in `Chat::submit()`
9
-
10
3
0.1
11
4
---
12
5
13
-
* Introduce the component
14
-
* Add support for external message stores:
6
+
* Introduce the component
7
+
* Add support for external message stores:
15
8
- Symfony Cache
16
9
- Cloudflare
17
10
- Doctrine
@@ -20,3 +13,8 @@ CHANGELOG
20
13
- Pogocache
21
14
- Redis
22
15
- SurrealDb
16
+
* Add streaming support to `ChatInterface::submit()`
17
+
- Add `StreamableStoreInterface` which indicates `StoreInterface` implementation can be configured with streaming
18
+
- Add `AccumulatingStreamResult` wrapper class which adds accumulation logic & callback chaining to `StreamResult` implementations (can wrap both `Agent` and `Platform` variants) to return the full message once `Generator` is exhausted
19
+
- Streamed responses now also create `AssistantMessage` & are added to `Store` in `Chat::submit()`
0 commit comments