@@ -302,6 +302,7 @@ private function processPlatformConfig(string $type, array $platform, ContainerB
302302 $ platform ['host ' ],
303303 new Reference ($ platform ['http_client ' ], ContainerInterface::NULL_ON_INVALID_REFERENCE ),
304304 new Reference ('ai.platform.model_catalog.elevenlabs ' ),
305+ null ,
305306 new Reference ('event_dispatcher ' ),
306307 ])
307308 ->addTag ('ai.platform ' , ['name ' => 'eleven_labs ' ]);
@@ -363,6 +364,7 @@ private function processPlatformConfig(string $type, array $platform, ContainerB
363364 $ httpClient ,
364365 new Reference ('ai.platform.model_catalog.vertexai.gemini ' ),
365366 new Reference ('ai.platform.contract.vertexai.gemini ' ),
367+ null ,
366368 new Reference ('event_dispatcher ' ),
367369 ])
368370 ->addTag ('ai.platform ' , ['name ' => 'vertexai ' ]);
@@ -403,6 +405,7 @@ private function processPlatformConfig(string $type, array $platform, ContainerB
403405 $ platform ['api_key ' ],
404406 new Reference ($ platform ['http_client ' ], ContainerInterface::NULL_ON_INVALID_REFERENCE ),
405407 new Reference ('ai.platform.model_catalog.openrouter ' ),
408+ null ,
406409 new Reference ('event_dispatcher ' ),
407410 ])
408411 ->addTag ('ai.platform ' , ['name ' => 'openrouter ' ]);
@@ -422,6 +425,7 @@ private function processPlatformConfig(string $type, array $platform, ContainerB
422425 $ platform ['api_key ' ],
423426 new Reference ($ platform ['http_client ' ], ContainerInterface::NULL_ON_INVALID_REFERENCE ),
424427 new Reference ('ai.platform.model_catalog.mistral ' ),
428+ null ,
425429 new Reference ('event_dispatcher ' ),
426430 ])
427431 ->addTag ('ai.platform ' , ['name ' => 'mistral ' ]);
@@ -441,6 +445,7 @@ private function processPlatformConfig(string $type, array $platform, ContainerB
441445 $ platform ['host_url ' ],
442446 new Reference ($ platform ['http_client ' ], ContainerInterface::NULL_ON_INVALID_REFERENCE ),
443447 new Reference ('ai.platform.model_catalog.lmstudio ' ),
448+ null ,
444449 new Reference ('event_dispatcher ' ),
445450 ])
446451 ->addTag ('ai.platform ' , ['name ' => 'lmstudio ' ]);
@@ -480,6 +485,7 @@ private function processPlatformConfig(string $type, array $platform, ContainerB
480485 $ platform ['api_key ' ],
481486 new Reference ($ platform ['http_client ' ], ContainerInterface::NULL_ON_INVALID_REFERENCE ),
482487 new Reference ('ai.platform.model_catalog.cerebras ' ),
488+ null ,
483489 new Reference ('event_dispatcher ' ),
484490 ])
485491 ->addTag ('ai.platform ' , ['name ' => 'cerebras ' ]);
@@ -499,6 +505,7 @@ private function processPlatformConfig(string $type, array $platform, ContainerB
499505 $ platform ['api_key ' ],
500506 new Reference ($ platform ['http_client ' ], ContainerInterface::NULL_ON_INVALID_REFERENCE ),
501507 new Reference ('ai.platform.model_catalog.deepseek ' ),
508+ null ,
502509 new Reference ('event_dispatcher ' ),
503510 ])
504511 ->addTag ('ai.platform ' , ['name ' => 'deepseek ' ]);
@@ -518,6 +525,7 @@ private function processPlatformConfig(string $type, array $platform, ContainerB
518525 $ platform ['api_key ' ],
519526 new Reference ($ platform ['http_client ' ], ContainerInterface::NULL_ON_INVALID_REFERENCE ),
520527 new Reference ('ai.platform.model_catalog.voyage ' ),
528+ null ,
521529 new Reference ('event_dispatcher ' ),
522530 ])
523531 ->addTag ('ai.platform ' , ['name ' => 'voyage ' ]);
@@ -557,6 +565,7 @@ private function processPlatformConfig(string $type, array $platform, ContainerB
557565 $ platform ['host_url ' ],
558566 new Reference ($ platform ['http_client ' ], ContainerInterface::NULL_ON_INVALID_REFERENCE ),
559567 new Reference ('ai.platform.model_catalog.dockermodelrunner ' ),
568+ null ,
560569 new Reference ('event_dispatcher ' ),
561570 ])
562571 ->addTag ('ai.platform ' );
@@ -576,6 +585,7 @@ private function processPlatformConfig(string $type, array $platform, ContainerB
576585 $ platform ['api_key ' ],
577586 new Reference ('http_client ' , ContainerInterface::NULL_ON_INVALID_REFERENCE ),
578587 new Reference ('ai.platform.model_catalog.scaleway ' ),
588+ null ,
579589 new Reference ('event_dispatcher ' ),
580590 ])
581591 ->addTag ('ai.platform ' );
0 commit comments