We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e5a40 commit 26217d6Copy full SHA for 26217d6
src/platform/tests/Bridge/OpenAi/Contract/DocumentNormalizerTest.php
@@ -15,10 +15,10 @@
15
use PHPUnit\Framework\Attributes\DataProvider;
16
use PHPUnit\Framework\Attributes\Medium;
17
use PHPUnit\Framework\TestCase;
18
-use Symfony\AI\Platform\Bridge\Gemini\Contract\MessageBagNormalizer;
19
use Symfony\AI\Platform\Bridge\OpenAi\Contract\FileNormalizer;
20
use Symfony\AI\Platform\Bridge\OpenAi\Gpt;
21
use Symfony\AI\Platform\Contract;
+use Symfony\AI\Platform\Contract\Normalizer\Message\MessageBagNormalizer;
22
use Symfony\AI\Platform\Message\Content\Document;
23
use Symfony\AI\Platform\Message\Content\File;
24
0 commit comments