Skip to content

Commit 7376c15

Browse files
Marco van AngerenMarco van Angeren
authored andcommitted
Fixed changelog
1 parent 1fe2de8 commit 7376c15

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

src/chat/CHANGELOG.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
CHANGELOG
22
=========
3-
0.2
4-
* 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-
103
0.1
114
---
125

13-
* Introduce the component
14-
* Add support for external message stores:
6+
* Introduce the component
7+
* Add support for external message stores:
158
- Symfony Cache
169
- Cloudflare
1710
- Doctrine
@@ -20,3 +13,8 @@ CHANGELOG
2013
- Pogocache
2114
- Redis
2215
- 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()`
20+
- Bugfixed loss of metadata in `Chat::submit()`

0 commit comments

Comments
 (0)