Skip to content

Commit 046df40

Browse files
committed
Fix Platform component dependency on Agent exceptions
Remove incorrect import of RuntimeException from Agent component in MissingModelSupportException. The Platform component should use its own exception hierarchy and not depend on Agent exceptions.
1 parent c75a24b commit 046df40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/platform/src/Exception/MissingModelSupportException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Symfony\AI\Platform\Exception;
1313

14-
use Symfony\AI\Agent\Exception\RuntimeException;
15-
1614
/**
1715
* @author Christopher Hertel <[email protected]>
1816
*/

0 commit comments

Comments
 (0)