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
6
- Add `StreamableStoreInterface` which indicates `StoreInterface` implementation can be configured with streaming
6
7
- 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
8
- Streamed responses now also create `AssistantMessage` & are added to `Store` in `Chat::submit()`
0 commit comments