Default streaming implementation. Subclasses should override this method if they support streaming output.
_streamIterator(
input: InferInteropZodOutput,
options: Partial<RunnableConfig<Record<string, any>>>
): AsyncGenerator<Awaited<RunOutput>, void, any>