Default streaming implementation. Subclasses should override this method if they support streaming output.
_streamIterator(
input: RunInput,
options: Partial<RunnableConfig<Record<string, any>>>
): AsyncGenerator<RunOutput>| Name | Type | Description |
|---|---|---|
input* | RunInput | |
options | Partial<RunnableConfig<Record<string, any>>> |