Exception: OpenAI::Helpers::Streaming::ContentFilterFinishReasonError

Inherits:
StreamError
  • Object
show all
Defined in:
lib/openai/helpers/streaming/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeContentFilterFinishReasonError

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