Skip to content

Commit 26217d6

Browse files
committed
[Platform] Fix import in test
1 parent 21e5a40 commit 26217d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/tests/Bridge/OpenAi/Contract/DocumentNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
use PHPUnit\Framework\Attributes\DataProvider;
1616
use PHPUnit\Framework\Attributes\Medium;
1717
use PHPUnit\Framework\TestCase;
18-
use Symfony\AI\Platform\Bridge\Gemini\Contract\MessageBagNormalizer;
1918
use Symfony\AI\Platform\Bridge\OpenAi\Contract\FileNormalizer;
2019
use Symfony\AI\Platform\Bridge\OpenAi\Gpt;
2120
use Symfony\AI\Platform\Contract;
21+
use Symfony\AI\Platform\Contract\Normalizer\Message\MessageBagNormalizer;
2222
use Symfony\AI\Platform\Message\Content\Document;
2323
use Symfony\AI\Platform\Message\Content\File;
2424

0 commit comments

Comments
 (0)