Exception: OpenAI::Helpers::Streaming::ContentFilterFinishReasonError
- Inherits:
-
StreamError
- Object
- StandardError
- StreamError
- OpenAI::Helpers::Streaming::ContentFilterFinishReasonError
- Defined in:
- lib/openai/helpers/streaming/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ ContentFilterFinishReasonError
constructor
A new instance of ContentFilterFinishReasonError.
Constructor Details
#initialize ⇒ ContentFilterFinishReasonError
Returns a new instance of ContentFilterFinishReasonError.
18 19 20 |
# File 'lib/openai/helpers/streaming/exceptions.rb', line 18 def initialize super("Stream finished due to content filter") end |