Skip to content

Commit 2f05b00

Browse files
committed
bug #681 [Platform][VertexAI] Fix contract service id (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Platform][VertexAI] Fix contract service id | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | -- | License | MIT ### Proof https://github.com/symfony/ai/blob/cb6ed690875198278cca600328adb50fc67cee39/src/ai-bundle/config/services.php#L58-L59 Commits ------- 6671d14 [Platform][VertexAI] Fix contract service id
2 parents cb6ed69 + 6671d14 commit 2f05b00

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)