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 17
17
use Symfony \AI \Agent \AgentInterface ;
18
18
use Symfony \AI \Agent \Attribute \AsInputProcessor ;
19
19
use Symfony \AI \Agent \Attribute \AsOutputProcessor ;
20
- use Symfony \AI \Agent \Chat \MessageStoreInterface ;
21
20
use Symfony \AI \Agent \InputProcessor \SystemPromptInputProcessor ;
22
21
use Symfony \AI \Agent \InputProcessorInterface ;
23
22
use Symfony \AI \Agent \Memory \MemoryInputProcessor ;
36
35
use Symfony \AI \AiBundle \Profiler \TraceableToolbox ;
37
36
use Symfony \AI \AiBundle \Security \Attribute \IsGrantedTool ;
38
37
use Symfony \AI \Chat \Bridge \HttpFoundation \SessionStore ;
38
+ use Symfony \AI \Chat \MessageStoreInterface ;
39
39
use Symfony \AI \Platform \Bridge \Anthropic \PlatformFactory as AnthropicPlatformFactory ;
40
40
use Symfony \AI \Platform \Bridge \Azure \OpenAi \PlatformFactory as AzureOpenAiPlatformFactory ;
41
41
use Symfony \AI \Platform \Bridge \Cerebras \PlatformFactory as CerebrasPlatformFactory ;
Original file line number Diff line number Diff line change 16
16
use PHPUnit \Framework \Attributes \TestWith ;
17
17
use PHPUnit \Framework \TestCase ;
18
18
use Symfony \AI \Agent \AgentInterface ;
19
- use Symfony \AI \Agent \Chat \MessageStoreInterface ;
20
19
use Symfony \AI \Agent \Memory \MemoryInputProcessor ;
21
20
use Symfony \AI \Agent \Memory \StaticMemoryProvider ;
22
21
use Symfony \AI \Agent \MultiAgent \Handoff ;
23
22
use Symfony \AI \Agent \MultiAgent \MultiAgent ;
24
23
use Symfony \AI \AiBundle \AiBundle ;
24
+ use Symfony \AI \Chat \MessageStoreInterface ;
25
25
use Symfony \AI \Store \Document \Filter \TextContainsFilter ;
26
26
use Symfony \AI \Store \Document \Loader \InMemoryLoader ;
27
27
use Symfony \AI \Store \Document \Transformer \TextTrimTransformer ;
You can’t perform that action at this time.
0 commit comments