Skip to content

Commit 6671d14

Browse files
committed
[Platform][VertexAI] Fix contract service id
1 parent cb6ed69 commit 6671d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ai-bundle/src/AiBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ private function processPlatformConfig(string $type, array $platform, ContainerB
323323
$platform['location'],
324324
$platform['project_id'],
325325
$httpClient,
326-
new Reference('ai.platform.contract.vertexai', ContainerInterface::NULL_ON_INVALID_REFERENCE),
326+
new Reference('ai.platform.contract.vertexai.gemini', ContainerInterface::NULL_ON_INVALID_REFERENCE),
327327
])
328328
->addTag('ai.platform');
329329

0 commit comments

Comments
 (0)