Skip to content

Commit afc2c2d

Browse files
Marco van AngerenMarco van Angeren
authored andcommitted
Fixed changelog
1 parent b2106b8 commit afc2c2d

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

src/chat/CHANGELOG.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
CHANGELOG
22
=========
3-
0.2
3+
0.1
4+
---
45
* Add streaming support to `ChatInterface::submit()`
56
- Add `StreamableStoreInterface` which indicates `StoreInterface` implementation can be configured with streaming
67
- 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
78
- Streamed responses now also create `AssistantMessage` & are added to `Store` in `Chat::submit()`
89
- Bugfixed loss of metadata in `Chat::submit()`
9-
10-
0.1
11-
---
12-
13-
* Introduce the component
14-
* Add support for external message stores:
15-
- Meilisearch
16-
- Pogocache
17-
- Redis
18-
- SurrealDb
10+
* Introduce the component
11+
* Add support for external message stores:
12+
- Meilisearch
13+
- Pogocache
14+
- Redis
15+
- SurrealDb

0 commit comments

Comments
 (0)