File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/chat/src/Bridge/Cloudflare 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 ;
2829/**
2930 * @author Guillaume Loulier <personal@guillaumeloulier.fr>
3031 */
31- final class MessageStore implements ManagedStoreInterface, MessageStoreInterface
32+ final class MessageStore implements ManagedStoreInterface, MessageStoreInterface, StreamableStoreInterface
3233{
3334 public function __construct (
3435 private readonly HttpClientInterface $ httpClient ,
You can’t perform that action at this time.
0 commit comments