Skip to main content
We are sunsetting our SDKs and will no longer add new features, security patches, bug fixes, or technical support for them. To access the latest capabilities and ongoing improvements, we encourage you to migrate to our RESTful API.SDK support will officially end on December 31, 2026. On this date, the underlying endpoints used by the SDKs and related documentation will be decommissioned.To avoid any disruption to your services, please ensure your migration is complete by that date.For migration assistance, please contact us at support@bigdata.com.
Represents a streaming interaction in a chat session. This class handles live interactions where the response is obtained in chunks, allowing for real-time processing while the interaction is ongoing.

Methods

__init__(_chat, _formatter, **values)

Create a new model by parsing and validating input data from keyword arguments. Parameters:
_chat
Chat
required
The chat instance associated with the interaction: Chat
_formatter
InlineAttributionFormatter
required
Formatter for inline attributions: InlineAttributionFormatter
**values
dict
Additional values for initialization.

model_post_init(context)

Initialize private attributes after model creation. Parameters:
context
Any
Context for initialization.