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