Fix unhandled match cases in AiModelCapability.php
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3552212. -->
Reported by: [yorickdv](https://www.drupal.org/user/3836671)
Related to !951
>>>
<p>I'm getting the following error in my ai provider (azure) when trying to add a chat model:</p>
<p>UnhandledMatchError: Unhandled match case Drupal\ai\Enum\AiModelCapability::ImageToImageUpscale in Drupal\ai\Enum\AiModelCapability->getBaseOperationType() (line 48 of modules/contrib/ai/src/Enum/AiModelCapability.php).</p>
<p>I think this case (and the other ones in this file) should be handled</p>
issue