Default streaming implementation. Subclasses should override this method if they support streaming output.
_streamIterator(
input: RunInputItem[],
options: Partial<CallOptions>
): AsyncGenerator<RunOutputItem[]>| Name | Type | Description |
|---|---|---|
input* | RunInputItem[] | |
options | Partial<CallOptions> |