Class: OmniAI::Google::IncompleteStreamError

Inherits:
StreamError
  • Object
show all
Defined in:
lib/omniai/google/incomplete_stream_error.rb

Overview

Raised when a stream ends with no finishReason and produced nothing but thinking. Rescue StreamError to catch this and stream errors together. #provider_message is always nil here -- there is no provider error to carry.

Instance Attribute Summary

Attributes inherited from StreamError

#provider_message

Method Summary

Methods inherited from StreamError

#initialize

Constructor Details

This class inherits a constructor from OmniAI::Google::StreamError