Skip to content

Commit 3fe87f8

Browse files
committed
ref
1 parent 1b9f011 commit 3fe87f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ai-bundle/src/AiBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use Symfony\AI\Agent\AgentInterface;
1818
use Symfony\AI\Agent\Attribute\AsInputProcessor;
1919
use Symfony\AI\Agent\Attribute\AsOutputProcessor;
20-
use Symfony\AI\Agent\Chat\MessageStoreInterface;
2120
use Symfony\AI\Agent\InputProcessor\SystemPromptInputProcessor;
2221
use Symfony\AI\Agent\InputProcessorInterface;
2322
use Symfony\AI\Agent\Memory\MemoryInputProcessor;
@@ -36,6 +35,7 @@
3635
use Symfony\AI\AiBundle\Profiler\TraceableToolbox;
3736
use Symfony\AI\AiBundle\Security\Attribute\IsGrantedTool;
3837
use Symfony\AI\Chat\Bridge\HttpFoundation\SessionStore;
38+
use Symfony\AI\Chat\MessageStoreInterface;
3939
use Symfony\AI\Platform\Bridge\Anthropic\PlatformFactory as AnthropicPlatformFactory;
4040
use Symfony\AI\Platform\Bridge\Azure\OpenAi\PlatformFactory as AzureOpenAiPlatformFactory;
4141
use Symfony\AI\Platform\Bridge\Cerebras\PlatformFactory as CerebrasPlatformFactory;

src/ai-bundle/tests/DependencyInjection/AiBundleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
use PHPUnit\Framework\Attributes\TestWith;
1717
use PHPUnit\Framework\TestCase;
1818
use Symfony\AI\Agent\AgentInterface;
19-
use Symfony\AI\Agent\Chat\MessageStoreInterface;
2019
use Symfony\AI\Agent\Memory\MemoryInputProcessor;
2120
use Symfony\AI\Agent\Memory\StaticMemoryProvider;
2221
use Symfony\AI\Agent\MultiAgent\Handoff;
2322
use Symfony\AI\Agent\MultiAgent\MultiAgent;
2423
use Symfony\AI\AiBundle\AiBundle;
24+
use Symfony\AI\Chat\MessageStoreInterface;
2525
use Symfony\AI\Store\Document\Filter\TextContainsFilter;
2626
use Symfony\AI\Store\Document\Loader\InMemoryLoader;
2727
use Symfony\AI\Store\Document\Transformer\TextTrimTransformer;

0 commit comments

Comments
 (0)