Skip to content

Commit b13250f

Browse files
committed
bug #397 [Platform] Fix import in test (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Platform] Fix import in test | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | Fix #396 | License | MIT Commits ------- 26217d6 [Platform] Fix import in test
2 parents 21e5a40 + 26217d6 commit b13250f

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)