Skip to content

Commit 513f707

Browse files
Marco van AngerenMarco van Angeren
authored andcommitted
fix indentaiton changelog
1 parent c1c0d17 commit 513f707

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

src/chat/CHANGELOG.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@ CHANGELOG
33
0.1
44
---
55

6-
* Add streaming support to `ChatInterface::submit()`
7-
- Add `StreamableStoreInterface` which indicates `StoreInterface` implementation can be configured with streaming
8-
- 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
9-
- Streamed responses now also create `AssistantMessage` & are added to `Store` in `Chat::submit()`
10-
- Bugfixed loss of metadata in `Chat::submit()`
11-
* Introduce the component
12-
* Add support for external message stores:
13-
- Meilisearch
14-
- Pogocache
15-
- Redis
16-
- SurrealDb
6+
* Add streaming support to `ChatInterface::submit()`
7+
- Add `StreamableStoreInterface` which indicates `StoreInterface` implementation can be configured with streaming
8+
- 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
9+
- Streamed responses now also create `AssistantMessage` & are added to `Store` in `Chat::submit()`
10+
- Bugfixed loss of metadata in `Chat::submit()`
11+
* Introduce the component
12+
* Introduce the component
13+
* Add support for external message stores:
14+
- Doctrine
15+
- Meilisearch
16+
- MongoDb
17+
- Pogocache
18+
- Redis
19+
- SurrealDb

0 commit comments

Comments
 (0)