supportsStreaming

open override fun supportsStreaming(options: <Error class: unknown class>): Boolean

Check if streaming is supported for the given LLM options.

This method allows capability detection without resolving specific implementation details, enabling proper mocking in tests.

Return

true if streaming is supported for the resolved LLM

Parameters

options

LLM options including model selection criteria