Class: OmniAI::Google::IncompleteStreamError
- Inherits:
-
StreamError
- Object
- Error
- StreamError
- OmniAI::Google::IncompleteStreamError
- 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
Method Summary
Methods inherited from StreamError
Constructor Details
This class inherits a constructor from OmniAI::Google::StreamError