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