RunRawModelStreamEvent
Streaming event from the LLM. These are raw
events, i.e. they are directly passed through from
the LLM.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new RunRawModelStreamEvent(data): RunRawModelStreamEvent
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
|
The raw responses stream events from the LLM. |
Returns
Section titled “Returns”RunRawModelStreamEvent
Properties
Section titled “Properties”data: StreamEvent;
readonly type: "raw_model_stream_event" = "raw_model_stream_event";
The type of the event.