File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/chat/src/Bridge/MongoDb Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1515use Symfony \AI \Chat \ManagedStoreInterface ;
1616use Symfony \AI \Chat \MessageNormalizer ;
1717use Symfony \AI \Chat \MessageStoreInterface ;
18+ use Symfony \AI \Chat \StreamableStoreInterface ;
1819use Symfony \AI \Platform \Message \MessageBag ;
1920use Symfony \AI \Platform \Message \MessageInterface ;
2021use Symfony \Component \Serializer \Encoder \JsonEncoder ;
2728/**
2829 * @author Guillaume Loulier <personal@guillaumeloulier.fr>
2930 */
30- final class MessageStore implements ManagedStoreInterface, MessageStoreInterface
31+ final class MessageStore implements ManagedStoreInterface, MessageStoreInterface, StreamableStoreInterface
3132{
3233 public function __construct (
3334 private readonly Client $ client ,
You can’t perform that action at this time.
0 commit comments