From 26217d6ab00aaa67d6329d396992aff9fcd2c0e7 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 1 Sep 2025 18:30:34 +0200 Subject: [PATCH] [Platform] Fix import in test --- .../tests/Bridge/OpenAi/Contract/DocumentNormalizerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/tests/Bridge/OpenAi/Contract/DocumentNormalizerTest.php b/src/platform/tests/Bridge/OpenAi/Contract/DocumentNormalizerTest.php index ae54bf852..212b1ad10 100644 --- a/src/platform/tests/Bridge/OpenAi/Contract/DocumentNormalizerTest.php +++ b/src/platform/tests/Bridge/OpenAi/Contract/DocumentNormalizerTest.php @@ -15,10 +15,10 @@ use PHPUnit\Framework\Attributes\DataProvider; use PHPUnit\Framework\Attributes\Medium; use PHPUnit\Framework\TestCase; -use Symfony\AI\Platform\Bridge\Gemini\Contract\MessageBagNormalizer; use Symfony\AI\Platform\Bridge\OpenAi\Contract\FileNormalizer; use Symfony\AI\Platform\Bridge\OpenAi\Gpt; use Symfony\AI\Platform\Contract; +use Symfony\AI\Platform\Contract\Normalizer\Message\MessageBagNormalizer; use Symfony\AI\Platform\Message\Content\Document; use Symfony\AI\Platform\Message\Content\File;