Remove canChatStream
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3541470. -->
Reported by: [marcus_johansson](https://www.drupal.org/user/385947)
Related to !831
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>I think this can safely be removed, we currently have the AiProviderCapability that answers if it can stream or not, so you can use:</p>
<pre>in_array(AiProviderCapability::StreamChatOutput, $this->getSupportedCapabilities())</pre><p>We shouldn't really need this in the interface or the base class.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Remove the canChatStream</p>
issue