File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/DependencyInjection Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717use Symfony \AI \Agent \AgentInterface ;
1818use Symfony \AI \Agent \Attribute \AsInputProcessor ;
1919use Symfony \AI \Agent \Attribute \AsOutputProcessor ;
20- use Symfony \AI \Agent \Chat \MessageStoreInterface ;
2120use Symfony \AI \Agent \InputProcessor \SystemPromptInputProcessor ;
2221use Symfony \AI \Agent \InputProcessorInterface ;
2322use Symfony \AI \Agent \Memory \MemoryInputProcessor ;
3635use Symfony \AI \AiBundle \Profiler \TraceableToolbox ;
3736use Symfony \AI \AiBundle \Security \Attribute \IsGrantedTool ;
3837use Symfony \AI \Chat \Bridge \HttpFoundation \SessionStore ;
38+ use Symfony \AI \Chat \MessageStoreInterface ;
3939use Symfony \AI \Platform \Bridge \Anthropic \PlatformFactory as AnthropicPlatformFactory ;
4040use Symfony \AI \Platform \Bridge \Azure \OpenAi \PlatformFactory as AzureOpenAiPlatformFactory ;
4141use Symfony \AI \Platform \Bridge \Cerebras \PlatformFactory as CerebrasPlatformFactory ;
Original file line number Diff line number Diff line change 1616use PHPUnit \Framework \Attributes \TestWith ;
1717use PHPUnit \Framework \TestCase ;
1818use Symfony \AI \Agent \AgentInterface ;
19- use Symfony \AI \Agent \Chat \MessageStoreInterface ;
2019use Symfony \AI \Agent \Memory \MemoryInputProcessor ;
2120use Symfony \AI \Agent \Memory \StaticMemoryProvider ;
2221use Symfony \AI \Agent \MultiAgent \Handoff ;
2322use Symfony \AI \Agent \MultiAgent \MultiAgent ;
2423use Symfony \AI \AiBundle \AiBundle ;
24+ use Symfony \AI \Chat \MessageStoreInterface ;
2525use Symfony \AI \Store \Document \Filter \TextContainsFilter ;
2626use Symfony \AI \Store \Document \Loader \InMemoryLoader ;
2727use Symfony \AI \Store \Document \Transformer \TextTrimTransformer ;
You can’t perform that action at this time.
0 commit comments