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 27
27
use Symfony \AI \AiBundle \Security \Attribute \IsGrantedTool ;
28
28
use Symfony \AI \Platform \Bridge \Anthropic \PlatformFactory as AnthropicPlatformFactory ;
29
29
use Symfony \AI \Platform \Bridge \Azure \OpenAi \PlatformFactory as AzureOpenAiPlatformFactory ;
30
+ use Symfony \AI \Platform \Bridge \Cerebras \PlatformFactory as CerebrasPlatformFactory ;
30
31
use Symfony \AI \Platform \Bridge \Gemini \PlatformFactory as GeminiPlatformFactory ;
31
32
use Symfony \AI \Platform \Bridge \LmStudio \PlatformFactory as LmStudioPlatformFactory ;
32
33
use Symfony \AI \Platform \Bridge \Mistral \PlatformFactory as MistralPlatformFactory ;
33
34
use Symfony \AI \Platform \Bridge \Ollama \PlatformFactory as OllamaPlatformFactory ;
34
35
use Symfony \AI \Platform \Bridge \OpenAi \PlatformFactory as OpenAiPlatformFactory ;
35
36
use Symfony \AI \Platform \Bridge \OpenRouter \PlatformFactory as OpenRouterPlatformFactory ;
36
- use Symfony \AI \Platform \Bridge \Cerebras \PlatformFactory as CerebrasPlatformFactory ;
37
37
use Symfony \AI \Platform \Model ;
38
38
use Symfony \AI \Platform \ModelClientInterface ;
39
39
use Symfony \AI \Platform \Platform ;
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function testInjectionAgentAliasIsRegistered()
42
42
],
43
43
]);
44
44
45
- $ this ->assertTrue ($ container ->hasAlias ('. Symfony\AI\Agent\AgentInterface $my_agentAgent ' ));
45
+ $ this ->assertTrue ($ container ->hasAlias ('Symfony\AI\Agent\AgentInterface $myAgentAgent ' ));
46
46
}
47
47
48
48
#[TestWith([true ], 'enabled ' )]
You can’t perform that action at this time.
0 commit comments