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