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.



19
20
21
# File 'lib/openai/helpers/streaming/exceptions.rb', line 19

def initialize
  super("Stream finished due to content filter")
end