Skip to content

RunRawModelStreamEvent

Streaming event from the LLM. These are raw events, i.e. they are directly passed through from the LLM.

new RunRawModelStreamEvent(data): RunRawModelStreamEvent
Parameter Type Description

data

StreamEvent

The raw responses stream events from the LLM.

RunRawModelStreamEvent

data: StreamEvent;

The raw responses stream events from the LLM.


readonly type: "raw_model_stream_event" = 'raw_model_stream_event';

The type of the event.