stream
Create streaming operations for this prompt runner configuration.
This follows an explicit failure policy - if streaming is not supported by the underlying LLM implementation, this method will throw an exception rather than providing fallback behavior. Always check supportsStreaming() first for safe usage.
Return
StreamingCapability instance providing access to streaming operations
Throws
if streaming is not supported by this implementation