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, source?): 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;source
Section titled “source”readonly source: string | undefined;readonly type: "raw_model_stream_event" = "raw_model_stream_event";The type of the event.