joinStream(
threadId: string | null | undefined,
runId: string,
options: AbortSignal | __type
)| Name | Type | Description |
|---|---|---|
threadId* | string | null | undefined | |
runId* | string | |
options | AbortSignal | __type |
Stream output from a run in real-time, until the run is done.
The ID of the thread.
The ID of the run.
Additional options for controlling the stream behavior.