- Issue created by @marcus_johansson
I think this can safely be removed, we currently have the AiProviderCapability that answers if it can stream or not, so you can use:
in_array(AiProviderCapability::StreamChatOutput, $this->getSupportedCapabilities())
We shouldn't really need this in the interface or the base class.
Double check so it can be removed.
Remove if possible.
Active
1.2
AI Core module