A stream object used to stream messages to the client.

Constructors

Properties

The chunks of content that have been pushed to the stream

conversationId: string

The conversation ID associated with the stream

onPush?: ((content) => void)

Type declaration

requestId: string

The request ID associated with the stream

Methods