Skip to content

Commit 7efc534

Browse files
Marco van AngerenMarco van Angeren
authored andcommitted
Fixed changelog
1 parent 4aa44e5 commit 7efc534

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

src/chat/CHANGELOG.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +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-
- Doctrine
16-
- Meilisearch
17-
- MongoDb
18-
- Pogocache
19-
- Redis
20-
- 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)