Skip to content

Commit e9e520d

Browse files
committed
Fix Chat bridge component dependencies
Use Chat RuntimeException instead of Agent RuntimeException in Cache\Store and HttpFoundation\SessionStore.
1 parent f61f648 commit e9e520d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/chat/src/Bridge/Cache/Store.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Symfony\AI\Chat\Bridge\Cache;
1313

1414
use Psr\Cache\CacheItemPoolInterface;
15-
use Symfony\AI\Agent\Exception\RuntimeException;
15+
use Symfony\AI\Chat\Exception\RuntimeException;
1616
use Symfony\AI\Chat\ManagedStoreInterface;
1717
use Symfony\AI\Chat\MessageStoreInterface;
1818
use Symfony\AI\Platform\Message\MessageBag;

src/chat/src/Bridge/HttpFoundation/SessionStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Symfony\AI\Chat\Bridge\HttpFoundation;
1313

14-
use Symfony\AI\Agent\Exception\RuntimeException;
14+
use Symfony\AI\Chat\Exception\RuntimeException;
1515
use Symfony\AI\Chat\ManagedStoreInterface;
1616
use Symfony\AI\Chat\MessageStoreInterface;
1717
use Symfony\AI\Platform\Message\MessageBag;

0 commit comments

Comments
 (0)